#B95B33

Color #B95B33 Smoke Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smoke Tree #B95B33

Tints of Smoke Tree #B95B33

Color information

#B95B33 (or 0xB95B33) is unknown color: approx Smoke Tree. HEX triplet: B9, 5B and 33. RGB value is (185,91,51). Sum of RGB (Red+Green+Blue) = 185+91+51=327 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.57% from 327); Green value is 91 (35.94% from 255 or 27.83% from 327); Blue value is 51 (20.31% from 255 or 15.60% from 327); Max value from RGB is 185 - color contains mainly: red. Hex color #B95B33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95B33 is #46A4CC. Grayscale: #727272. Windows color (decimal): -4629709 or 3365817. OLE color: 3365817.

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

Color convert

RGB1859151-
CMYK00.510.720.27
HSL17.91º56.78%46.27%-
HSV(B)17.91º72.43%72.55%-
XYZ24.3518.045.33-
YUV114.5592.14178.25-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 56.57%
GREEN value IS 91 (35.94% from 255) = 27.83%
BLUE value IS 51 (20.31% from 255) = 15.60%
R=56.57%
G=27.83%
B=15.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185915100.510.720.2717.9156.7846.27
HexB95B33033481B12392e
Octal2711336306311033227156
Binary101110011011011110011011001110010001101110010111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95B33; }

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

 H1.HeaderClassName
 {
   color: #B95B33;
 }
 .AnyTagClassName
 {
   color: #B95B33;
 }
</style>
background-color css

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

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

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

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

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

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