#BD6339

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

Shades of Smoke Tree #BD6339

Tints of Smoke Tree #BD6339

Color information

#BD6339 (or 0xBD6339) is unknown color: approx Smoke Tree. HEX triplet: BD, 63 and 39. RGB value is (189,99,57). Sum of RGB (Red+Green+Blue) = 189+99+57=345 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.78% from 345); Green value is 99 (39.06% from 255 or 28.70% from 345); Blue value is 57 (22.66% from 255 or 16.52% from 345); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6339 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6339 is #429CC6. Grayscale: #797979. Windows color (decimal): -4365511 or 3761085. OLE color: 3761085.

HSL color Cylindrical-coordinate representation of color #BD6339: hue angle of 19.09º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BD6339 is Cyan = 0, Magento = 0.48, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB1899957-
CMYK00.480.700.26
HSL19.09º53.66%48.24%-
HSV(B)19.09º69.84%74.12%-
XYZ26.1920.046.36-
YUV121.1291.82176.42-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 54.78%
GREEN value IS 99 (39.06% from 255) = 28.70%
BLUE value IS 57 (22.66% from 255) = 16.52%
R=54.78%
G=28.70%
B=16.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.70
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189995700.480.700.2619.0953.6648.24
HexBD6339030461A133630
Octal2751437106010632236660
Binary101111011100011111001011000010001101101010011110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6339; }

 p { color: rgb(189,99,57); }

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

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

 a { background-color: rgb(189,99,57); }

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

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

 span { border-color: rgb(189,99,57); }

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