#B95E33

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

Shades of Smoke Tree #B95E33

Tints of Smoke Tree #B95E33

Color information

#B95E33 (or 0xB95E33) is unknown color: approx Smoke Tree. HEX triplet: B9, 5E and 33. RGB value is (185,94,51). Sum of RGB (Red+Green+Blue) = 185+94+51=330 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.06% from 330); Green value is 94 (37.11% from 255 or 28.48% from 330); Blue value is 51 (20.31% from 255 or 15.45% from 330); Max value from RGB is 185 - color contains mainly: red. Hex color #B95E33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95E33 is #46A1CC. Grayscale: #747474. Windows color (decimal): -4628941 or 3366585. OLE color: 3366585.

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

Color convert

RGB1859451-
CMYK00.490.720.27
HSL19.25º56.78%46.27%-
HSV(B)19.25º72.43%72.55%-
XYZ24.6118.565.42-
YUV116.3191.15177-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 56.06%
GREEN value IS 94 (37.11% from 255) = 28.48%
BLUE value IS 51 (20.31% from 255) = 15.45%
R=56.06%
G=28.48%
B=15.45%

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
Decimal185945100.490.720.2719.2556.7846.27
HexB95E33031481B13392e
Octal2711366306111033237156
Binary101110011011110110011011000110010001101110011111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95E33; }

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

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

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

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

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

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

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

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