#B95633

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

Shades of Smoke Tree #B95633

Tints of Smoke Tree #B95633

Color information

#B95633 (or 0xB95633) is unknown color: approx Smoke Tree. HEX triplet: B9, 56 and 33. RGB value is (185,86,51). Sum of RGB (Red+Green+Blue) = 185+86+51=322 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.45% from 322); Green value is 86 (33.98% from 255 or 26.71% from 322); Blue value is 51 (20.31% from 255 or 15.84% from 322); Max value from RGB is 185 - color contains mainly: red. Hex color #B95633 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95633 is #46A9CC. Grayscale: #6F6F6F. Windows color (decimal): -4630989 or 3364537. OLE color: 3364537.

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

Color convert

RGB1858651-
CMYK00.540.720.27
HSL15.67º56.78%46.27%-
HSV(B)15.67º72.43%72.55%-
XYZ23.9317.215.19-
YUV111.6193.8180.35-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 57.45%
GREEN value IS 86 (33.98% from 255) = 26.71%
BLUE value IS 51 (20.31% from 255) = 15.84%
R=57.45%
G=26.71%
B=15.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185865100.540.720.2715.6756.7846.27
HexB95633036481B10392e
Octal2711266306611033207156
Binary101110011010110110011011011010010001101110000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95633; }

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

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

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

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

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

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

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

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