#BD6235

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

Shades of Smoke Tree #BD6235

Tints of Smoke Tree #BD6235

Color information

#BD6235 (or 0xBD6235) is unknown color: approx Smoke Tree. HEX triplet: BD, 62 and 35. RGB value is (189,98,53). Sum of RGB (Red+Green+Blue) = 189+98+53=340 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.59% from 340); Green value is 98 (38.67% from 255 or 28.82% from 340); Blue value is 53 (21.09% from 255 or 15.59% from 340); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6235 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6235 is #429DCA. Grayscale: #787878. Windows color (decimal): -4365771 or 3498685. OLE color: 3498685.

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

Color convert

RGB1899853-
CMYK00.480.720.26
HSL19.85º56.2%47.45%-
HSV(B)19.85º71.96%74.12%-
XYZ2619.815.82-
YUV120.0890.15177.16-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 55.59%
GREEN value IS 98 (38.67% from 255) = 28.82%
BLUE value IS 53 (21.09% from 255) = 15.59%
R=55.59%
G=28.82%
B=15.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.72
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189985300.480.720.2619.8556.247.45
HexBD6235030481A14382f
Octal2751426506011032247057
Binary101111011100010110101011000010010001101010100111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6235; }

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

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

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

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

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

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

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

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