Html Css Color HEX #B94837 Grenadier

📋 copy color: '#B94837'

red 185 ◦ green 72 ◦ blue 55

#B94837
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Grenadier #B94837

Tints of Grenadier #B94837

RGB

 RED value IS 185 (72.66% from 255) = 59.29%

 GREEN value IS 72 (28.52% from 255) = 23.08%

 BLUE value IS 55 (21.88% from 255) = 17.63%

R = 59.29%
G = 23.08%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#B94837 (or 0xB94837) is known color: Grenadier. HEX triplet: B9, 48 and 37. RGB value is (185,72,55). Sum of RGB (Red+Green+Blue) = 185+72+55=312 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.29% from 312); Green value is 72 (28.52% from 255 or 23.08% from 312); Blue value is 55 (21.88% from 255 or 17.63% from 312); Max value from RGB is 185 - color contains mainly: red. Hex color #B94837 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94837 is #46B7C8. Grayscale: #686868. Windows color (decimal): -4634569 or 3623097. OLE color: 3623097.

HSL color Cylindrical-coordinate representation of color #B94837: hue angle of 7.85º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B94837 is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 72 55 -
CMYK 0 0.61 0.70 0.27
HSL 7.85º 0.54% 0.47% -
HSV(B) 7.85º 0.7% 0.73% -
XYZ 23.01 15.22 5.34 -
YUV 103.85 100.44 185.88 -
System Red Green Blue C M Y K H S L
Decimal 185 72 55 0 0.61 0.70 0.27 7.85 0.54 0.47
Hex B9 48 37 0 3D 46 1B 8 36 2F
Octal 271 110 67 0 75 106 33 10 66 57
Binary 10111001 1001000 110111 0 111101 1000110 11011 1000 110110 101111

Color Harmonies of #B94837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94837

Black with #B94837

Text Example


Text Example

White with #B94837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94837; }

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

 H1.HeaderClassName
 {
   color: #B94837;
 }
 .AnyTagClassName
 {
   color: #B94837;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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