#BD5B32

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

Shades of Smoke Tree #BD5B32

Tints of Smoke Tree #BD5B32

Color information

#BD5B32 (or 0xBD5B32) is unknown color: approx Smoke Tree. HEX triplet: BD, 5B and 32. RGB value is (189,91,50). Sum of RGB (Red+Green+Blue) = 189+91+50=330 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.27% from 330); Green value is 91 (35.94% from 255 or 27.58% from 330); Blue value is 50 (19.92% from 255 or 15.15% from 330); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5B32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5B32 is #42A4CD. Grayscale: #737373. Windows color (decimal): -4367566 or 3300285. OLE color: 3300285.

HSL color Cylindrical-coordinate representation of color #BD5B32: hue angle of 17.7º 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 #BD5B32 is Cyan = 0, Magento = 0.52, Yellow = 0.74 and Black (K on CMYK) = 0.26.

Color convert

RGB1899150-
CMYK00.520.740.26
HSL17.7º58.16%46.86%-
HSV(B)17.7º73.54%74.12%-
XYZ25.318.535.26-
YUV115.6390.97180.33-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 57.27%
GREEN value IS 91 (35.94% from 255) = 27.58%
BLUE value IS 50 (19.92% from 255) = 15.15%
R=57.27%
G=27.58%
B=15.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.74
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189915000.520.740.2617.758.1646.86
HexBD5B320344A1A123a2f
Octal2751336206411232227257
Binary101111011011011110010011010010010101101010010111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5B32; }

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

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

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

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

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

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

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

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