#B86138

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

Shades of Smoke Tree #B86138

Tints of Smoke Tree #B86138

Color information

#B86138 (or 0xB86138) is unknown color: approx Smoke Tree. HEX triplet: B8, 61 and 38. RGB value is (184,97,56). Sum of RGB (Red+Green+Blue) = 184+97+56=337 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.60% from 337); Green value is 97 (38.28% from 255 or 28.78% from 337); Blue value is 56 (22.27% from 255 or 16.62% from 337); Max value from RGB is 184 - color contains mainly: red. Hex color #B86138 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86138 is #479EC7. Grayscale: #767676. Windows color (decimal): -4693704 or 3695032. OLE color: 3695032.

HSL color Cylindrical-coordinate representation of color #B86138: hue angle of 19.22º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B86138 is Cyan = 0, Magento = 0.47, Yellow = 0.70 and Black (K on CMYK) = 0.28.

Color convert

RGB1849756-
CMYK00.470.700.28
HSL19.22º53.33%47.06%-
HSV(B)19.22º69.57%72.16%-
XYZ24.7619.036.11-
YUV118.3492.82174.83-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 54.60%
GREEN value IS 97 (38.28% from 255) = 28.78%
BLUE value IS 56 (22.27% from 255) = 16.62%
R=54.60%
G=28.78%
B=16.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.70
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184975600.470.700.2819.2253.3347.06
HexB8613802F461C13352f
Octal2701417005710634236557
Binary101110001100001111000010111110001101110010011110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86138; }

 p { color: rgb(184,97,56); }

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

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

 a { background-color: rgb(184,97,56); }

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

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

 span { border-color: rgb(184,97,56); }

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