#BB6640

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

Shades of Smoke Tree #BB6640

Tints of Smoke Tree #BB6640

Color information

#BB6640 (or 0xBB6640) is unknown color: approx Smoke Tree. HEX triplet: BB, 66 and 40. RGB value is (187,102,64). Sum of RGB (Red+Green+Blue) = 187+102+64=353 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.97% from 353); Green value is 102 (40.23% from 255 or 28.90% from 353); Blue value is 64 (25.39% from 255 or 18.13% from 353); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6640 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6640 is #4499BF. Grayscale: #7B7B7B. Windows color (decimal): -4495808 or 4220603. OLE color: 4220603.

HSL color Cylindrical-coordinate representation of color #BB6640: hue angle of 18.54º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB6640 is Cyan = 0, Magento = 0.45, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB18710264-
CMYK00.450.660.27
HSL18.54º49%49.22%-
HSV(B)18.54º65.78%73.33%-
XYZ26.1720.447.42-
YUV123.0894.66173.59-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.97%
GREEN value IS 102 (40.23% from 255) = 28.90%
BLUE value IS 64 (25.39% from 255) = 18.13%
R=52.97%
G=28.90%
B=18.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871026400.450.660.2718.544949.22
HexBB664002D421B133131
Octal27314610005510233236161
Binary1011101111001101000000010110110000101101110011110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6640; }

 p { color: rgb(187,102,64); }

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

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

 a { background-color: rgb(187,102,64); }

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

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

 span { border-color: rgb(187,102,64); }

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