Html Css Color HEX #B85034 Grenadier

📋 copy color: '#B85034'

red 184 ◦ green 80 ◦ blue 52

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

Shades of Grenadier #B85034

Tints of Grenadier #B85034

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.32%

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

R = 58.23%
G = 25.32%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.72

 K value IS 0.28

RGB Variations

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

Color information

#B85034 (or 0xB85034) is known color: Grenadier. HEX triplet: B8, 50 and 34. RGB value is (184,80,52). Sum of RGB (Red+Green+Blue) = 184+80+52=316 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.23% from 316); Green value is 80 (31.64% from 255 or 25.32% from 316); Blue value is 52 (20.70% from 255 or 16.46% from 316); Max value from RGB is 184 - color contains mainly: red. Hex color #B85034 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85034 is #47AFCB. Grayscale: #6C6C6C. Windows color (decimal): -4698060 or 3428536. OLE color: 3428536.

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

Color convert

RGB 184 80 52 -
CMYK 0 0.57 0.72 0.28
HSL 12.73º 0.56% 0.46% -
HSV(B) 12.73º 0.72% 0.72% -
XYZ 23.26 16.18 5.15 -
YUV 107.9 96.46 182.28 -
System Red Green Blue C M Y K H S L
Decimal 184 80 52 0 0.57 0.72 0.28 12.73 0.56 0.46
Hex B8 50 34 0 39 48 1C D 38 2E
Octal 270 120 64 0 71 110 34 15 70 56
Binary 10111000 1010000 110100 0 111001 1001000 11100 1101 111000 101110

Color Harmonies of #B85034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85034

Black with #B85034

Text Example


Text Example

White with #B85034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85034; }

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

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

background-color css

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

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

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

border-color css

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

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

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