#B95E3F

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

Shades of Smoke Tree #B95E3F

Tints of Smoke Tree #B95E3F

Color information

#B95E3F (or 0xB95E3F) is unknown color: approx Smoke Tree. HEX triplet: B9, 5E and 3F. RGB value is (185,94,63). Sum of RGB (Red+Green+Blue) = 185+94+63=342 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.09% from 342); Green value is 94 (37.11% from 255 or 27.49% from 342); Blue value is 63 (25% from 255 or 18.42% from 342); Max value from RGB is 185 - color contains mainly: red. Hex color #B95E3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95E3F is #46A1C0. Grayscale: #757575. Windows color (decimal): -4628929 or 4153017. OLE color: 4153017.

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

Color convert

RGB1859463-
CMYK00.490.660.27
HSL15.25º49.19%48.63%-
HSV(B)15.25º65.95%72.55%-
XYZ24.9118.687-
YUV117.6897.15176.02-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 54.09%
GREEN value IS 94 (37.11% from 255) = 27.49%
BLUE value IS 63 (25% from 255) = 18.42%
R=54.09%
G=27.49%
B=18.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185946300.490.660.2715.2549.1948.63
HexB95E3F031421Bf3131
Octal2711367706110233176161
Binary10111001101111011111101100011000010110111111110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95E3F; }

 p { color: rgb(185,94,63); }

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

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

 a { background-color: rgb(185,94,63); }

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

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

 span { border-color: rgb(185,94,63); }

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