#B95F38

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

Shades of Smoke Tree #B95F38

Tints of Smoke Tree #B95F38

Color information

#B95F38 (or 0xB95F38) is unknown color: approx Smoke Tree. HEX triplet: B9, 5F and 38. RGB value is (185,95,56). Sum of RGB (Red+Green+Blue) = 185+95+56=336 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.06% from 336); Green value is 95 (37.5% from 255 or 28.27% from 336); Blue value is 56 (22.27% from 255 or 16.67% from 336); Max value from RGB is 185 - color contains mainly: red. Hex color #B95F38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95F38 is #46A0C7. Grayscale: #757575. Windows color (decimal): -4628680 or 3694521. OLE color: 3694521.

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

Color convert

RGB1859556-
CMYK00.490.700.27
HSL18.14º53.53%47.25%-
HSV(B)18.14º69.73%72.55%-
XYZ24.8118.786.06-
YUV117.4693.32176.17-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 55.06%
GREEN value IS 95 (37.5% from 255) = 28.27%
BLUE value IS 56 (22.27% from 255) = 16.67%
R=55.06%
G=28.27%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185955600.490.700.2718.1453.5347.25
HexB95F38031461B12362f
Octal2711377006110633226657
Binary101110011011111111000011000110001101101110010110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95F38; }

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

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

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

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

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

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

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

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