#B66038

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

Shades of Smoke Tree #B66038

Tints of Smoke Tree #B66038

Color information

#B66038 (or 0xB66038) is unknown color: approx Smoke Tree. HEX triplet: B6, 60 and 38. RGB value is (182,96,56). Sum of RGB (Red+Green+Blue) = 182+96+56=334 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.49% from 334); Green value is 96 (37.89% from 255 or 28.74% from 334); Blue value is 56 (22.27% from 255 or 16.77% from 334); Max value from RGB is 182 - color contains mainly: red. Hex color #B66038 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66038 is #499FC7. Grayscale: #757575. Windows color (decimal): -4825032 or 3694774. OLE color: 3694774.

HSL color Cylindrical-coordinate representation of color #B66038: hue angle of 19.05º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B66038 is Cyan = 0, Magento = 0.47, Yellow = 0.69 and Black (K on CMYK) = 0.29.

Color convert

RGB1829656-
CMYK00.470.690.29
HSL19.05º52.94%46.67%-
HSV(B)19.05º69.23%71.37%-
XYZ24.1918.66.06-
YUV117.1593.49174.25-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 54.49%
GREEN value IS 96 (37.89% from 255) = 28.74%
BLUE value IS 56 (22.27% from 255) = 16.77%
R=54.49%
G=28.74%
B=16.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182965600.470.690.2919.0552.9446.67
HexB6603802F451D13352f
Octal2661407005710535236557
Binary101101101100000111000010111110001011110110011110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66038; }

 p { color: rgb(182,96,56); }

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

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

 a { background-color: rgb(182,96,56); }

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

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

 span { border-color: rgb(182,96,56); }

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