#B95733

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

Shades of Smoke Tree #B95733

Tints of Smoke Tree #B95733

Color information

#B95733 (or 0xB95733) is unknown color: approx Smoke Tree. HEX triplet: B9, 57 and 33. RGB value is (185,87,51). Sum of RGB (Red+Green+Blue) = 185+87+51=323 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.28% from 323); Green value is 87 (34.38% from 255 or 26.93% from 323); Blue value is 51 (20.31% from 255 or 15.79% from 323); Max value from RGB is 185 - color contains mainly: red. Hex color #B95733 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95733 is #46A8CC. Grayscale: #707070. Windows color (decimal): -4630733 or 3364793. OLE color: 3364793.

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

Color convert

RGB1858751-
CMYK00.530.720.27
HSL16.12º56.78%46.27%-
HSV(B)16.12º72.43%72.55%-
XYZ24.0117.375.22-
YUV112.293.47179.93-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 57.28%
GREEN value IS 87 (34.38% from 255) = 26.93%
BLUE value IS 51 (20.31% from 255) = 15.79%
R=57.28%
G=26.93%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185875100.530.720.2716.1256.7846.27
HexB95733035481B10392e
Octal2711276306511033207156
Binary101110011010111110011011010110010001101110000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95733; }

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

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

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

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

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

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

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

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