Html Css Color HEX #B95032 Grenadier

📋 copy color: '#B95032'

red 185 ◦ green 80 ◦ blue 50

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

Shades of Grenadier #B95032

Tints of Grenadier #B95032

RGB

 RED value IS 185 (72.66% from 255) = 58.73%

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

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

R = 58.73%
G = 25.4%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#B95032 (or 0xB95032) is known color: Grenadier. HEX triplet: B9, 50 and 32. RGB value is (185,80,50). Sum of RGB (Red+Green+Blue) = 185+80+50=315 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.73% from 315); Green value is 80 (31.64% from 255 or 25.40% from 315); Blue value is 50 (19.92% from 255 or 15.87% from 315); Max value from RGB is 185 - color contains mainly: red. Hex color #B95032 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95032 is #46AFCD. Grayscale: #6C6C6C. Windows color (decimal): -4632526 or 3297465. OLE color: 3297465.

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

Color convert

RGB 185 80 50 -
CMYK 0 0.57 0.73 0.27
HSL 13.33º 0.57% 0.46% -
HSV(B) 13.33º 0.73% 0.73% -
XYZ 23.45 16.28 4.92 -
YUV 107.98 95.29 182.94 -
System Red Green Blue C M Y K H S L
Decimal 185 80 50 0 0.57 0.73 0.27 13.33 0.57 0.46
Hex B9 50 32 0 39 49 1B D 39 2E
Octal 271 120 62 0 71 111 33 15 71 56
Binary 10111001 1010000 110010 0 111001 1001001 11011 1101 111001 101110

Color Harmonies of #B95032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95032

Black with #B95032

Text Example


Text Example

White with #B95032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95032; }

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

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

background-color css

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

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

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

border-color css

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

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

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