Html Css Color HEX #B85139 Grenadier

📋 copy color: '#B85139'

red 184 ◦ green 81 ◦ blue 57

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

Shades of Grenadier #B85139

Tints of Grenadier #B85139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 17.7%

R = 57.14%
G = 25.16%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.69

 K value IS 0.28

RGB Variations

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

Color information

#B85139 (or 0xB85139) is known color: Grenadier. HEX triplet: B8, 51 and 39. RGB value is (184,81,57). Sum of RGB (Red+Green+Blue) = 184+81+57=322 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.14% from 322); Green value is 81 (32.03% from 255 or 25.16% from 322); Blue value is 57 (22.66% from 255 or 17.70% from 322); Max value from RGB is 184 - color contains mainly: red. Hex color #B85139 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85139 is #47AEC6. Grayscale: #6D6D6D. Windows color (decimal): -4697799 or 3756472. OLE color: 3756472.

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

Color convert

RGB 184 81 57 -
CMYK 0 0.56 0.69 0.28
HSL 11.34º 0.53% 0.47% -
HSV(B) 11.34º 0.69% 0.72% -
XYZ 23.45 16.37 5.79 -
YUV 109.06 98.62 181.45 -
System Red Green Blue C M Y K H S L
Decimal 184 81 57 0 0.56 0.69 0.28 11.34 0.53 0.47
Hex B8 51 39 0 38 45 1C B 35 2F
Octal 270 121 71 0 70 105 34 13 65 57
Binary 10111000 1010001 111001 0 111000 1000101 11100 1011 110101 101111

Color Harmonies of #B85139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85139

Black with #B85139

Text Example


Text Example

White with #B85139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85139; }

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

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

background-color css

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

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

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

border-color css

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

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

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