#B95738

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

Shades of Smoke Tree #B95738

Tints of Smoke Tree #B95738

Color information

#B95738 (or 0xB95738) is unknown color: approx Smoke Tree. HEX triplet: B9, 57 and 38. RGB value is (185,87,56). Sum of RGB (Red+Green+Blue) = 185+87+56=328 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.40% from 328); Green value is 87 (34.38% from 255 or 26.52% from 328); Blue value is 56 (22.27% from 255 or 17.07% from 328); Max value from RGB is 185 - color contains mainly: red. Hex color #B95738 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95738 is #46A8C7. Grayscale: #707070. Windows color (decimal): -4630728 or 3692473. OLE color: 3692473.

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

Color convert

RGB1858756-
CMYK00.530.700.27
HSL14.42º53.53%47.25%-
HSV(B)14.42º69.73%72.55%-
XYZ24.1317.425.83-
YUV112.7795.97179.52-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 56.40%
GREEN value IS 87 (34.38% from 255) = 26.52%
BLUE value IS 56 (22.27% from 255) = 17.07%
R=56.40%
G=26.52%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185875600.530.700.2714.4253.5347.25
HexB95738035461Be362f
Octal2711277006510633166657
Binary10111001101011111100001101011000110110111110110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95738; }

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

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

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

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

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

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

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

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