Html Css Color HEX #B85539 Grenadier

📋 copy color: '#B85539'

red 184 ◦ green 85 ◦ blue 57

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

Shades of Grenadier #B85539

Tints of Grenadier #B85539

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.07%

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

R = 56.44%
G = 26.07%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.69

 K value IS 0.28

RGB Variations

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

Color information

#B85539 (or 0xB85539) is known color: Grenadier. HEX triplet: B8, 55 and 39. RGB value is (184,85,57). Sum of RGB (Red+Green+Blue) = 184+85+57=326 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.44% from 326); Green value is 85 (33.59% from 255 or 26.07% from 326); Blue value is 57 (22.66% from 255 or 17.48% from 326); Max value from RGB is 184 - color contains mainly: red. Hex color #B85539 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85539 is #47AAC6. Grayscale: #6F6F6F. Windows color (decimal): -4696775 or 3757496. OLE color: 3757496.

HSL color Cylindrical-coordinate representation of color #B85539: hue angle of 13.23º 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 #B85539 is Cyan = 0, Magento = 0.54, Yellow = 0.69 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 85 57 -
CMYK 0 0.54 0.69 0.28
HSL 13.23º 0.53% 0.47% -
HSV(B) 13.23º 0.69% 0.72% -
XYZ 23.75 16.98 5.9 -
YUV 111.41 97.3 179.78 -
System Red Green Blue C M Y K H S L
Decimal 184 85 57 0 0.54 0.69 0.28 13.23 0.53 0.47
Hex B8 55 39 0 36 45 1C D 35 2F
Octal 270 125 71 0 66 105 34 15 65 57
Binary 10111000 1010101 111001 0 110110 1000101 11100 1101 110101 101111

Color Harmonies of #B85539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85539

Black with #B85539

Text Example


Text Example

White with #B85539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85539; }

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

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

background-color css

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

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

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

border-color css

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

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

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