#B95638

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

Shades of Smoke Tree #B95638

Tints of Smoke Tree #B95638

Color information

#B95638 (or 0xB95638) is unknown color: approx Smoke Tree. HEX triplet: B9, 56 and 38. RGB value is (185,86,56). Sum of RGB (Red+Green+Blue) = 185+86+56=327 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.57% from 327); Green value is 86 (33.98% from 255 or 26.30% from 327); Blue value is 56 (22.27% from 255 or 17.13% from 327); Max value from RGB is 185 - color contains mainly: red. Hex color #B95638 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95638 is #46A9C7. Grayscale: #707070. Windows color (decimal): -4630984 or 3692217. OLE color: 3692217.

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

Color convert

RGB1858656-
CMYK00.540.700.27
HSL13.95º53.53%47.25%-
HSV(B)13.95º69.73%72.55%-
XYZ24.0517.265.8-
YUV112.1896.3179.94-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 56.57%
GREEN value IS 86 (33.98% from 255) = 26.30%
BLUE value IS 56 (22.27% from 255) = 17.13%
R=56.57%
G=26.30%
B=17.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185865600.540.700.2713.9553.5347.25
HexB95638036461Be362f
Octal2711267006610633166657
Binary10111001101011011100001101101000110110111110110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95638; }

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

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

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

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

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

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

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

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