Html Css Color HEX #B85234 Grenadier

📋 copy color: '#B85234'

red 184 ◦ green 82 ◦ blue 52

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

Shades of Grenadier #B85234

Tints of Grenadier #B85234

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.79%

 BLUE value IS 52 (20.7% from 255) = 16.35%

R = 57.86%
G = 25.79%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.72

 K value IS 0.28

RGB Variations

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

Color information

#B85234 (or 0xB85234) is known color: Grenadier. HEX triplet: B8, 52 and 34. RGB value is (184,82,52). Sum of RGB (Red+Green+Blue) = 184+82+52=318 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.86% from 318); Green value is 82 (32.42% from 255 or 25.79% from 318); Blue value is 52 (20.70% from 255 or 16.35% from 318); Max value from RGB is 184 - color contains mainly: red. Hex color #B85234 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85234 is #47ADCB. Grayscale: #6D6D6D. Windows color (decimal): -4697548 or 3429048. OLE color: 3429048.

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

Color convert

RGB 184 82 52 -
CMYK 0 0.55 0.72 0.28
HSL 13.64º 0.56% 0.46% -
HSV(B) 13.64º 0.72% 0.72% -
XYZ 23.4 16.47 5.19 -
YUV 109.08 95.79 181.44 -
System Red Green Blue C M Y K H S L
Decimal 184 82 52 0 0.55 0.72 0.28 13.64 0.56 0.46
Hex B8 52 34 0 37 48 1C E 38 2E
Octal 270 122 64 0 67 110 34 16 70 56
Binary 10111000 1010010 110100 0 110111 1001000 11100 1110 111000 101110

Color Harmonies of #B85234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85234

Black with #B85234

Text Example


Text Example

White with #B85234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85234; }

 p { color: rgb(184,82,52); }

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

background-color css

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

 a { background-color: rgb(184,82,52); }

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

border-color css

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

 span { border-color: rgb(184,82,52); }

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