#B94833

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

Shades of Grenadier #B94833

Tints of Grenadier #B94833

Color information

#B94833 (or 0xB94833) is unknown color: approx Grenadier. HEX triplet: B9, 48 and 33. RGB value is (185,72,51). Sum of RGB (Red+Green+Blue) = 185+72+51=308 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.06% from 308); Green value is 72 (28.52% from 255 or 23.38% from 308); Blue value is 51 (20.31% from 255 or 16.56% from 308); Max value from RGB is 185 - color contains mainly: red. Hex color #B94833 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94833 is #46B7CC. Grayscale: #676767. Windows color (decimal): -4634573 or 3360953. OLE color: 3360953.

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

Color convert

RGB1857251-
CMYK00.610.720.27
HSL9.4º56.78%46.27%-
HSV(B)9.4º72.43%72.55%-
XYZ22.9215.194.86-
YUV103.3998.44186.21-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 60.06%
GREEN value IS 72 (28.52% from 255) = 23.38%
BLUE value IS 51 (20.31% from 255) = 16.56%
R=60.06%
G=23.38%
B=16.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185725100.610.720.279.456.7846.27
HexB9483303D481B9392e
Octal2711106307511033117156
Binary10111001100100011001101111011001000110111001111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94833; }

 p { color: rgb(185,72,51); }

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

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

 a { background-color: rgb(185,72,51); }

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

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

 span { border-color: rgb(185,72,51); }

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