Html Css Color HEX #B85032 Grenadier

📋 copy color: '#B85032'

red 184 ◦ green 80 ◦ blue 50

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

Shades of Grenadier #B85032

Tints of Grenadier #B85032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.92%

R = 58.6%
G = 25.48%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#B85032 (or 0xB85032) is known color: Grenadier. HEX triplet: B8, 50 and 32. RGB value is (184,80,50). Sum of RGB (Red+Green+Blue) = 184+80+50=314 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.60% from 314); Green value is 80 (31.64% from 255 or 25.48% from 314); Blue value is 50 (19.92% from 255 or 15.92% from 314); Max value from RGB is 184 - color contains mainly: red. Hex color #B85032 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85032 is #47AFCD. Grayscale: #6B6B6B. Windows color (decimal): -4698062 or 3297464. OLE color: 3297464.

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

Color convert

RGB 184 80 50 -
CMYK 0 0.57 0.73 0.28
HSL 13.43º 0.57% 0.46% -
HSV(B) 13.43º 0.73% 0.72% -
XYZ 23.21 16.16 4.91 -
YUV 107.68 95.46 182.44 -
System Red Green Blue C M Y K H S L
Decimal 184 80 50 0 0.57 0.73 0.28 13.43 0.57 0.46
Hex B8 50 32 0 39 49 1C D 39 2E
Octal 270 120 62 0 71 111 34 15 71 56
Binary 10111000 1010000 110010 0 111001 1001001 11100 1101 111001 101110

Color Harmonies of #B85032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85032

Black with #B85032

Text Example


Text Example

White with #B85032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85032; }

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

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

background-color css

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

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

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

border-color css

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

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

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