#B66332

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

Shades of Smoke Tree #B66332

Tints of Smoke Tree #B66332

Color information

#B66332 (or 0xB66332) is unknown color: approx Smoke Tree. HEX triplet: B6, 63 and 32. RGB value is (182,99,50). Sum of RGB (Red+Green+Blue) = 182+99+50=331 (43% of max value = 765). Red value is 182 (71.48% from 255 or 54.98% from 331); Green value is 99 (39.06% from 255 or 29.91% from 331); Blue value is 50 (19.92% from 255 or 15.11% from 331); Max value from RGB is 182 - color contains mainly: red. Hex color #B66332 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66332 is #499CCD. Grayscale: #767676. Windows color (decimal): -4824270 or 3302326. OLE color: 3302326.

HSL color Cylindrical-coordinate representation of color #B66332: hue angle of 22.27º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B66332 is Cyan = 0, Magento = 0.46, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB1829950-
CMYK00.460.730.29
HSL22.27º56.9%45.49%-
HSV(B)22.27º72.53%71.37%-
XYZ24.3319.15.42-
YUV118.2389.5173.48-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 54.98%
GREEN value IS 99 (39.06% from 255) = 29.91%
BLUE value IS 50 (19.92% from 255) = 15.11%
R=54.98%
G=29.91%
B=15.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182995000.460.730.2922.2756.945.49
HexB6633202E491D16392d
Octal2661436205611135267155
Binary101101101100011110010010111010010011110110110111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66332; }

 p { color: rgb(182,99,50); }

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

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

 a { background-color: rgb(182,99,50); }

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

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

 span { border-color: rgb(182,99,50); }

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