#B84A33

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

Shades of Grenadier #B84A33

Tints of Grenadier #B84A33

Color information

#B84A33 (or 0xB84A33) is unknown color: approx Grenadier. HEX triplet: B8, 4A and 33. RGB value is (184,74,51). Sum of RGB (Red+Green+Blue) = 184+74+51=309 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.55% from 309); Green value is 74 (29.30% from 255 or 23.95% from 309); Blue value is 51 (20.31% from 255 or 16.50% from 309); Max value from RGB is 184 - color contains mainly: red. Hex color #B84A33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84A33 is #47B5CC. Grayscale: #686868. Windows color (decimal): -4699597 or 3361464. OLE color: 3361464.

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

Color convert

RGB1847451-
CMYK00.600.720.28
HSL10.38º56.6%46.08%-
HSV(B)10.38º72.28%72.16%-
XYZ22.8115.334.89-
YUV104.2797.94184.87-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 59.55%
GREEN value IS 74 (29.30% from 255) = 23.95%
BLUE value IS 51 (20.31% from 255) = 16.50%
R=59.55%
G=23.95%
B=16.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.72
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184745100.600.720.2810.3856.646.08
HexB84A3303C481Ca392e
Octal2701126307411034127156
Binary10111000100101011001101111001001000111001010111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84A33; }

 p { color: rgb(184,74,51); }

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

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

 a { background-color: rgb(184,74,51); }

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

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

 span { border-color: rgb(184,74,51); }

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