#BB6140

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

Shades of Smoke Tree #BB6140

Tints of Smoke Tree #BB6140

Color information

#BB6140 (or 0xBB6140) is unknown color: approx Smoke Tree. HEX triplet: BB, 61 and 40. RGB value is (187,97,64). Sum of RGB (Red+Green+Blue) = 187+97+64=348 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.74% from 348); Green value is 97 (38.28% from 255 or 27.87% from 348); Blue value is 64 (25.39% from 255 or 18.39% from 348); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6140 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6140 is #449EBF. Grayscale: #787878. Windows color (decimal): -4497088 or 4219323. OLE color: 4219323.

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

Color convert

RGB1879764-
CMYK00.480.660.27
HSL16.1º49%49.22%-
HSV(B)16.1º65.78%73.33%-
XYZ25.6919.487.26-
YUV120.1596.32175.68-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 53.74%
GREEN value IS 97 (38.28% from 255) = 27.87%
BLUE value IS 64 (25.39% from 255) = 18.39%
R=53.74%
G=27.87%
B=18.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187976400.480.660.2716.14949.22
HexBB6140030421B103131
Octal27314110006010233206161
Binary1011101111000011000000011000010000101101110000110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6140; }

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

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

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

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

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

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

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

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