#BB643D

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

Shades of Smoke Tree #BB643D

Tints of Smoke Tree #BB643D

Color information

#BB643D (or 0xBB643D) is unknown color: approx Smoke Tree. HEX triplet: BB, 64 and 3D. RGB value is (187,100,61). Sum of RGB (Red+Green+Blue) = 187+100+61=348 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.74% from 348); Green value is 100 (39.45% from 255 or 28.74% from 348); Blue value is 61 (24.22% from 255 or 17.53% from 348); Max value from RGB is 187 - color contains mainly: red. Hex color #BB643D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB643D is #449BC2. Grayscale: #797979. Windows color (decimal): -4496323 or 4023483. OLE color: 4023483.

HSL color Cylindrical-coordinate representation of color #BB643D: hue angle of 18.57º 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 #BB643D is Cyan = 0, Magento = 0.47, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB18710061-
CMYK00.470.670.27
HSL18.57º50.81%48.63%-
HSV(B)18.57º67.38%73.33%-
XYZ25.8920.026.91-
YUV121.5793.82174.67-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 53.74%
GREEN value IS 100 (39.45% from 255) = 28.74%
BLUE value IS 61 (24.22% from 255) = 17.53%
R=53.74%
G=28.74%
B=17.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871006100.470.670.2718.5750.8148.63
HexBB643D02F431B133331
Octal2731447505710333236361
Binary101110111100100111101010111110000111101110011110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB643D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB643D; }

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

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

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

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

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

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

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

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