Html Css Color HEX #B95333 Grenadier

📋 copy color: '#B95333'

red 185 ◦ green 83 ◦ blue 51

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

Shades of Grenadier #B95333

Tints of Grenadier #B95333

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.02%

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

R = 57.99%
G = 26.02%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#B95333 (or 0xB95333) is known color: Grenadier. HEX triplet: B9, 53 and 33. RGB value is (185,83,51). Sum of RGB (Red+Green+Blue) = 185+83+51=319 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.99% from 319); Green value is 83 (32.81% from 255 or 26.02% from 319); Blue value is 51 (20.31% from 255 or 15.99% from 319); Max value from RGB is 185 - color contains mainly: red. Hex color #B95333 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95333 is #46ACCC. Grayscale: #6E6E6E. Windows color (decimal): -4631757 or 3363769. OLE color: 3363769.

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

Color convert

RGB 185 83 51 -
CMYK 0 0.55 0.72 0.27
HSL 14.33º 0.57% 0.46% -
HSV(B) 14.33º 0.72% 0.73% -
XYZ 23.7 16.74 5.11 -
YUV 109.85 94.79 181.6 -
System Red Green Blue C M Y K H S L
Decimal 185 83 51 0 0.55 0.72 0.27 14.33 0.57 0.46
Hex B9 53 33 0 37 48 1B E 39 2E
Octal 271 123 63 0 67 110 33 16 71 56
Binary 10111001 1010011 110011 0 110111 1001000 11011 1110 111001 101110

Color Harmonies of #B95333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95333

Black with #B95333

Text Example


Text Example

White with #B95333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95333; }

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

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

background-color css

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

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

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

border-color css

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

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

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