#B95E3E

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

Shades of Smoke Tree #B95E3E

Tints of Smoke Tree #B95E3E

Color information

#B95E3E (or 0xB95E3E) is unknown color: approx Smoke Tree. HEX triplet: B9, 5E and 3E. RGB value is (185,94,62). Sum of RGB (Red+Green+Blue) = 185+94+62=341 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.25% from 341); Green value is 94 (37.11% from 255 or 27.57% from 341); Blue value is 62 (24.61% from 255 or 18.18% from 341); Max value from RGB is 185 - color contains mainly: red. Hex color #B95E3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95E3E is #46A1C1. Grayscale: #757575. Windows color (decimal): -4628930 or 4087481. OLE color: 4087481.

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

Color convert

RGB1859462-
CMYK00.490.660.27
HSL15.61º49.8%48.43%-
HSV(B)15.61º66.49%72.55%-
XYZ24.8818.676.85-
YUV117.5696.65176.1-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 54.25%
GREEN value IS 94 (37.11% from 255) = 27.57%
BLUE value IS 62 (24.61% from 255) = 18.18%
R=54.25%
G=27.57%
B=18.18%

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
Decimal185946200.490.660.2715.6149.848.43
HexB95E3E031421B103230
Octal2711367606110233206260
Binary101110011011110111110011000110000101101110000110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95E3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95E3E; }

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

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

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

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

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

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

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

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