#B85833

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

Shades of Smoke Tree #B85833

Tints of Smoke Tree #B85833

Color information

#B85833 (or 0xB85833) is unknown color: approx Smoke Tree. HEX triplet: B8, 58 and 33. RGB value is (184,88,51). Sum of RGB (Red+Green+Blue) = 184+88+51=323 (42% of max value = 765). Red value is 184 (72.27% from 255 or 56.97% from 323); Green value is 88 (34.77% from 255 or 27.24% from 323); Blue value is 51 (20.31% from 255 or 15.79% from 323); Max value from RGB is 184 - color contains mainly: red. Hex color #B85833 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85833 is #47A7CC. Grayscale: #707070. Windows color (decimal): -4696013 or 3365048. OLE color: 3365048.

HSL color Cylindrical-coordinate representation of color #B85833: hue angle of 16.69º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B85833 is Cyan = 0, Magento = 0.52, Yellow = 0.72 and Black (K on CMYK) = 0.28.

Color convert

RGB1848851-
CMYK00.520.720.28
HSL16.69º56.6%46.08%-
HSV(B)16.69º72.28%72.16%-
XYZ23.8517.415.23-
YUV112.4993.3179.01-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 56.97%
GREEN value IS 88 (34.77% from 255) = 27.24%
BLUE value IS 51 (20.31% from 255) = 15.79%
R=56.97%
G=27.24%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.72
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184885100.520.720.2816.6956.646.08
HexB85833034481C11392e
Octal2701306306411034217156
Binary101110001011000110011011010010010001110010001111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85833; }

 p { color: rgb(184,88,51); }

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

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

 a { background-color: rgb(184,88,51); }

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

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

 span { border-color: rgb(184,88,51); }

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