#BD6640

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

Shades of Smoke Tree #BD6640

Tints of Smoke Tree #BD6640

Color information

#BD6640 (or 0xBD6640) is unknown color: approx Smoke Tree. HEX triplet: BD, 66 and 40. RGB value is (189,102,64). Sum of RGB (Red+Green+Blue) = 189+102+64=355 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.24% from 355); Green value is 102 (40.23% from 255 or 28.73% from 355); Blue value is 64 (25.39% from 255 or 18.03% from 355); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6640 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6640 is #4299BF. Grayscale: #7B7B7B. Windows color (decimal): -4364736 or 4220605. OLE color: 4220605.

HSL color Cylindrical-coordinate representation of color #BD6640: hue angle of 18.24º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BD6640 is Cyan = 0, Magento = 0.46, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB18910264-
CMYK00.460.660.26
HSL18.24º49.41%49.61%-
HSV(B)18.24º66.14%74.12%-
XYZ26.6620.697.44-
YUV123.6894.32174.59-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 53.24%
GREEN value IS 102 (40.23% from 255) = 28.73%
BLUE value IS 64 (25.39% from 255) = 18.03%
R=53.24%
G=28.73%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891026400.460.660.2618.2449.4149.61
HexBD664002E421A123132
Octal27514610005610232226162
Binary1011110111001101000000010111010000101101010010110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6640; }

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

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

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

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

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

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

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

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