#BD6232

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

Shades of Smoke Tree #BD6232

Tints of Smoke Tree #BD6232

Color information

#BD6232 (or 0xBD6232) is unknown color: approx Smoke Tree. HEX triplet: BD, 62 and 32. RGB value is (189,98,50). Sum of RGB (Red+Green+Blue) = 189+98+50=337 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.08% from 337); Green value is 98 (38.67% from 255 or 29.08% from 337); Blue value is 50 (19.92% from 255 or 14.84% from 337); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6232 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6232 is #429DCD. Grayscale: #787878. Windows color (decimal): -4365774 or 3302077. OLE color: 3302077.

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

Color convert

RGB1899850-
CMYK00.480.740.26
HSL20.72º58.16%46.86%-
HSV(B)20.72º73.54%74.12%-
XYZ25.9319.785.47-
YUV119.7488.65177.4-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 56.08%
GREEN value IS 98 (38.67% from 255) = 29.08%
BLUE value IS 50 (19.92% from 255) = 14.84%
R=56.08%
G=29.08%
B=14.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.74
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189985000.480.740.2620.7258.1646.86
HexBD62320304A1A153a2f
Octal2751426206011232257257
Binary101111011100010110010011000010010101101010101111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6232; }

 p { color: rgb(189,98,50); }

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

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

 a { background-color: rgb(189,98,50); }

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

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

 span { border-color: rgb(189,98,50); }

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