#BB663D

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

Shades of Smoke Tree #BB663D

Tints of Smoke Tree #BB663D

Color information

#BB663D (or 0xBB663D) is unknown color: approx Smoke Tree. HEX triplet: BB, 66 and 3D. RGB value is (187,102,61). Sum of RGB (Red+Green+Blue) = 187+102+61=350 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.43% from 350); Green value is 102 (40.23% from 255 or 29.14% from 350); Blue value is 61 (24.22% from 255 or 17.43% from 350); Max value from RGB is 187 - color contains mainly: red. Hex color #BB663D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB663D is #4499C2. Grayscale: #7A7A7A. Windows color (decimal): -4495811 or 4023995. OLE color: 4023995.

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

Color convert

RGB18710261-
CMYK00.450.670.27
HSL19.52º50.81%48.63%-
HSV(B)19.52º67.38%73.33%-
XYZ26.0920.46.98-
YUV122.7493.16173.83-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 53.43%
GREEN value IS 102 (40.23% from 255) = 29.14%
BLUE value IS 61 (24.22% from 255) = 17.43%
R=53.43%
G=29.14%
B=17.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871026100.450.670.2719.5250.8148.63
HexBB663D02D431B143331
Octal2731467505510333246361
Binary101110111100110111101010110110000111101110100110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB663D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB663D; }

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

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

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

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

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

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

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

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