Html Css Color HEX #B94737 Grenadier

📋 copy color: '#B94737'

red 185 ◦ green 71 ◦ blue 55

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

Shades of Grenadier #B94737

Tints of Grenadier #B94737

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.83%

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

R = 59.49%
G = 22.83%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#B94737 (or 0xB94737) is known color: Grenadier. HEX triplet: B9, 47 and 37. RGB value is (185,71,55). Sum of RGB (Red+Green+Blue) = 185+71+55=311 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.49% from 311); Green value is 71 (28.12% from 255 or 22.83% from 311); Blue value is 55 (21.88% from 255 or 17.68% from 311); Max value from RGB is 185 - color contains mainly: red. Hex color #B94737 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94737 is #46B8C8. Grayscale: #676767. Windows color (decimal): -4634825 or 3622841. OLE color: 3622841.

HSL color Cylindrical-coordinate representation of color #B94737: hue angle of 7.38º 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 #B94737 is Cyan = 0, Magento = 0.62, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 71 55 -
CMYK 0 0.62 0.70 0.27
HSL 7.38º 0.54% 0.47% -
HSV(B) 7.38º 0.7% 0.73% -
XYZ 22.95 15.1 5.32 -
YUV 103.26 100.77 186.3 -
System Red Green Blue C M Y K H S L
Decimal 185 71 55 0 0.62 0.70 0.27 7.38 0.54 0.47
Hex B9 47 37 0 3E 46 1B 7 36 2F
Octal 271 107 67 0 76 106 33 7 66 57
Binary 10111001 1000111 110111 0 111110 1000110 11011 111 110110 101111

Color Harmonies of #B94737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94737

Black with #B94737

Text Example


Text Example

White with #B94737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94737; }

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

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

background-color css

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

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

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

border-color css

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

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

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