#B95E34

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

Shades of Smoke Tree #B95E34

Tints of Smoke Tree #B95E34

Color information

#B95E34 (or 0xB95E34) is unknown color: approx Smoke Tree. HEX triplet: B9, 5E and 34. RGB value is (185,94,52). Sum of RGB (Red+Green+Blue) = 185+94+52=331 (43% of max value = 765). Red value is 185 (72.66% from 255 or 55.89% from 331); Green value is 94 (37.11% from 255 or 28.40% from 331); Blue value is 52 (20.70% from 255 or 15.71% from 331); Max value from RGB is 185 - color contains mainly: red. Hex color #B95E34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95E34 is #46A1CB. Grayscale: #747474. Windows color (decimal): -4628940 or 3432121. OLE color: 3432121.

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

Color convert

RGB1859452-
CMYK00.490.720.27
HSL18.95º56.12%46.47%-
HSV(B)18.95º71.89%72.55%-
XYZ24.6318.575.53-
YUV116.4291.65176.92-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 55.89%
GREEN value IS 94 (37.11% from 255) = 28.40%
BLUE value IS 52 (20.70% from 255) = 15.71%
R=55.89%
G=28.40%
B=15.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185945200.490.720.2718.9556.1246.47
HexB95E34031481B13382e
Octal2711366406111033237056
Binary101110011011110110100011000110010001101110011111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95E34; }

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

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

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

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

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

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

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

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