#BD663F

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

Shades of Smoke Tree #BD663F

Tints of Smoke Tree #BD663F

Color information

#BD663F (or 0xBD663F) is unknown color: approx Smoke Tree. HEX triplet: BD, 66 and 3F. RGB value is (189,102,63). Sum of RGB (Red+Green+Blue) = 189+102+63=354 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.39% from 354); Green value is 102 (40.23% from 255 or 28.81% from 354); Blue value is 63 (25% from 255 or 17.80% from 354); Max value from RGB is 189 - color contains mainly: red. Hex color #BD663F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD663F is #4299C0. Grayscale: #7B7B7B. Windows color (decimal): -4364737 or 4155069. OLE color: 4155069.

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

Color convert

RGB18910263-
CMYK00.460.670.26
HSL18.57º50%49.41%-
HSV(B)18.57º66.67%74.12%-
XYZ26.6320.687.29-
YUV123.5793.82174.67-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 53.39%
GREEN value IS 102 (40.23% from 255) = 28.81%
BLUE value IS 63 (25% from 255) = 17.80%
R=53.39%
G=28.81%
B=17.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.67
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891026300.460.670.2618.575049.41
HexBD663F02E431A133231
Octal2751467705610332236261
Binary101111011100110111111010111010000111101010011110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD663F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD663F; }

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

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

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

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

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

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

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

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