#BB6340

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

Shades of Smoke Tree #BB6340

Tints of Smoke Tree #BB6340

Color information

#BB6340 (or 0xBB6340) is unknown color: approx Smoke Tree. HEX triplet: BB, 63 and 40. RGB value is (187,99,64). Sum of RGB (Red+Green+Blue) = 187+99+64=350 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.43% from 350); Green value is 99 (39.06% from 255 or 28.29% from 350); Blue value is 64 (25.39% from 255 or 18.29% from 350); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6340 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6340 is #449CBF. Grayscale: #797979. Windows color (decimal): -4496576 or 4219835. OLE color: 4219835.

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

Color convert

RGB1879964-
CMYK00.470.660.27
HSL17.07º49%49.22%-
HSV(B)17.07º65.78%73.33%-
XYZ25.8819.867.32-
YUV121.3295.65174.85-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 53.43%
GREEN value IS 99 (39.06% from 255) = 28.29%
BLUE value IS 64 (25.39% from 255) = 18.29%
R=53.43%
G=28.29%
B=18.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187996400.470.660.2717.074949.22
HexBB634002F421B113131
Octal27314310005710233216161
Binary1011101111000111000000010111110000101101110001110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6340; }

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

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

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

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

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

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

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

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