#b74a38

Color #B74A38 Grenadier (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grenadier #B74A38

Tints of Grenadier #B74A38

Color information

#B74A38 (or 0xB74A38) is unknown color: approx Grenadier. HEX triplet: B7, 4A and 38. RGB value is (183,74,56). Sum of RGB (Red+Green+Blue) = 183+74+56=313 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.47% from 313); Green value is 74 (29.30% from 255 or 23.64% from 313); Blue value is 56 (22.27% from 255 or 17.89% from 313); Max value from RGB is 183 - color contains mainly: red. Hex color #B74A38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74A38 is #48B5C7. Grayscale: #686868. Windows color (decimal): -4765128 or 3689143. OLE color: 3689143.

HSL color Cylindrical-coordinate representation of color #B74A38: hue angle of 8.5º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B74A38 is Cyan = 0, Magento = 0.60, Yellow = 0.69 and Black (K on CMYK) = 0.28.

Color convert

RGB1837456-
CMYK00.600.690.28
HSL8.5º53.14%46.86%-
HSV(B)8.5º69.4%71.76%-
XYZ22.6915.255.49-
YUV104.54100.61183.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 183 (71.88% from 255) = 58.47%
GREEN value IS 74 (29.30% from 255) = 23.64%
BLUE value IS 56 (22.27% from 255) = 17.89%
R=58.47%
G=23.64%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.69
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183745600.600.690.288.553.1446.86
HexB74A3803C451C9352f
Octal2671127007410534116557
Binary10110111100101011100001111001000101111001001110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b74a38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b74a38; }

 p { color: rgb(183,74,56); }

 H1.HeaderClassName
 {
   color: #b74a38;
 }
 .AnyTagClassName
 {
   color: #b74a38;
 }
</style>
background-color css

<style>
 a { background-color: #b74a38; }

 a { background-color: rgb(183,74,56); }

 div.DivClassName
 {
   background-color: #b74a38;
 }
 .BgClassName
 {
   background-color: #b74a38;
 }
</style>
border-color css

<style>
 span { border-color: #b74a38; }

 span { border-color: rgb(183,74,56); }

 td.TdClassName
 {
   border-color: #b74a38;
 }
 .TagClassName
 {
   border-color: #b74a38;
 }
</style>