Html Css Color HEX #B85132 Grenadier

📋 copy color: '#B85132'

red 184 ◦ green 81 ◦ blue 50

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

Shades of Grenadier #B85132

Tints of Grenadier #B85132

RGB

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

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

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

R = 58.41%
G = 25.71%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#B85132 (or 0xB85132) is known color: Grenadier. HEX triplet: B8, 51 and 32. RGB value is (184,81,50). Sum of RGB (Red+Green+Blue) = 184+81+50=315 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.41% from 315); Green value is 81 (32.03% from 255 or 25.71% from 315); Blue value is 50 (19.92% from 255 or 15.87% from 315); Max value from RGB is 184 - color contains mainly: red. Hex color #B85132 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85132 is #47AECD. Grayscale: #6C6C6C. Windows color (decimal): -4697806 or 3297720. OLE color: 3297720.

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

Color convert

RGB 184 81 50 -
CMYK 0 0.56 0.73 0.28
HSL 13.88º 0.57% 0.46% -
HSV(B) 13.88º 0.73% 0.72% -
XYZ 23.29 16.31 4.94 -
YUV 108.26 95.12 182.02 -
System Red Green Blue C M Y K H S L
Decimal 184 81 50 0 0.56 0.73 0.28 13.88 0.57 0.46
Hex B8 51 32 0 38 49 1C E 39 2E
Octal 270 121 62 0 70 111 34 16 71 56
Binary 10111000 1010001 110010 0 111000 1001001 11100 1110 111001 101110

Color Harmonies of #B85132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85132

Black with #B85132

Text Example


Text Example

White with #B85132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85132; }

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

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

background-color css

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

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

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

border-color css

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

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

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