#B74832

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

Shades of Grenadier #B74832

Tints of Grenadier #B74832

Color information

#B74832 (or 0xB74832) is unknown color: approx Grenadier. HEX triplet: B7, 48 and 32. RGB value is (183,72,50). Sum of RGB (Red+Green+Blue) = 183+72+50=305 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60% from 305); Green value is 72 (28.52% from 255 or 23.61% from 305); Blue value is 50 (19.92% from 255 or 16.39% from 305); Max value from RGB is 183 - color contains mainly: red. Hex color #B74832 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74832 is #48B7CD. Grayscale: #666666. Windows color (decimal): -4765646 or 3295415. OLE color: 3295415.

HSL color Cylindrical-coordinate representation of color #B74832: hue angle of 9.92º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B74832 is Cyan = 0, Magento = 0.61, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB1837250-
CMYK00.610.730.28
HSL9.92º57.08%45.69%-
HSV(B)9.92º72.68%71.76%-
XYZ22.4214.934.72-
YUV102.6898.27185.29-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 60%
GREEN value IS 72 (28.52% from 255) = 23.61%
BLUE value IS 50 (19.92% from 255) = 16.39%
R=60%
G=23.61%
B=16.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.73
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183725000.610.730.289.9257.0845.69
HexB7483203D491Ca392e
Octal2671106207511134127156
Binary10110111100100011001001111011001001111001010111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74832; }

 p { color: rgb(183,72,50); }

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

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

 a { background-color: rgb(183,72,50); }

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

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

 span { border-color: rgb(183,72,50); }

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