Html Css Color HEX #B95033 Grenadier

📋 copy color: '#B95033'

red 185 ◦ green 80 ◦ blue 51

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

Shades of Grenadier #B95033

Tints of Grenadier #B95033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 16.14%

R = 58.54%
G = 25.32%
B = 16.14%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#B95033 (or 0xB95033) is known color: Grenadier. HEX triplet: B9, 50 and 33. RGB value is (185,80,51). Sum of RGB (Red+Green+Blue) = 185+80+51=316 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.54% from 316); Green value is 80 (31.64% from 255 or 25.32% from 316); Blue value is 51 (20.31% from 255 or 16.14% from 316); Max value from RGB is 185 - color contains mainly: red. Hex color #B95033 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95033 is #46AFCC. Grayscale: #6C6C6C. Windows color (decimal): -4632525 or 3363001. OLE color: 3363001.

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

Color convert

RGB 185 80 51 -
CMYK 0 0.57 0.72 0.27
HSL 12.99º 0.57% 0.46% -
HSV(B) 12.99º 0.72% 0.73% -
XYZ 23.47 16.29 5.04 -
YUV 108.09 95.79 182.86 -
System Red Green Blue C M Y K H S L
Decimal 185 80 51 0 0.57 0.72 0.27 12.99 0.57 0.46
Hex B9 50 33 0 39 48 1B D 39 2E
Octal 271 120 63 0 71 110 33 15 71 56
Binary 10111001 1010000 110011 0 111001 1001000 11011 1101 111001 101110

Color Harmonies of #B95033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95033

Black with #B95033

Text Example


Text Example

White with #B95033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95033; }

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

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

background-color css

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

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

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

border-color css

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

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

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