Html Css Color HEX #B85137 Grenadier

📋 copy color: '#B85137'

red 184 ◦ green 81 ◦ blue 55

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

Shades of Grenadier #B85137

Tints of Grenadier #B85137

RGB

 RED value IS 184 (72.27% from 255) = 57.5%

 GREEN value IS 81 (32.03% from 255) = 25.31%

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

R = 57.5%
G = 25.31%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.70

 K value IS 0.28

RGB Variations

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

Color information

#B85137 (or 0xB85137) is known color: Grenadier. HEX triplet: B8, 51 and 37. RGB value is (184,81,55). Sum of RGB (Red+Green+Blue) = 184+81+55=320 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.5% from 320); Green value is 81 (32.03% from 255 or 25.31% from 320); Blue value is 55 (21.88% from 255 or 17.19% from 320); Max value from RGB is 184 - color contains mainly: red. Hex color #B85137 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85137 is #47AEC8. Grayscale: #6D6D6D. Windows color (decimal): -4697801 or 3625400. OLE color: 3625400.

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

Color convert

RGB 184 81 55 -
CMYK 0 0.56 0.70 0.28
HSL 12.09º 0.54% 0.47% -
HSV(B) 12.09º 0.7% 0.72% -
XYZ 23.4 16.35 5.54 -
YUV 108.83 97.62 181.61 -
System Red Green Blue C M Y K H S L
Decimal 184 81 55 0 0.56 0.70 0.28 12.09 0.54 0.47
Hex B8 51 37 0 38 46 1C C 36 2F
Octal 270 121 67 0 70 106 34 14 66 57
Binary 10111000 1010001 110111 0 111000 1000110 11100 1100 110110 101111

Color Harmonies of #B85137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85137

Black with #B85137

Text Example


Text Example

White with #B85137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85137; }

 p { color: rgb(184,81,55); }

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

background-color css

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

 a { background-color: rgb(184,81,55); }

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

border-color css

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

 span { border-color: rgb(184,81,55); }

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