#BD5B2D

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

Shades of Smoke Tree #BD5B2D

Tints of Smoke Tree #BD5B2D

Color information

#BD5B2D (or 0xBD5B2D) is unknown color: approx Smoke Tree. HEX triplet: BD, 5B and 2D. RGB value is (189,91,45). Sum of RGB (Red+Green+Blue) = 189+91+45=325 (43% of max value = 765). Red value is 189 (74.22% from 255 or 58.15% from 325); Green value is 91 (35.94% from 255 or 28% from 325); Blue value is 45 (17.97% from 255 or 13.85% from 325); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5B2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5B2D is #42A4D2. Grayscale: #737373. Windows color (decimal): -4367571 or 2972605. OLE color: 2972605.

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

Color convert

RGB1899145-
CMYK00.520.760.26
HSL19.17º61.54%45.88%-
HSV(B)19.17º76.19%74.12%-
XYZ25.218.494.72-
YUV115.0688.47180.74-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 58.15%
GREEN value IS 91 (35.94% from 255) = 28%
BLUE value IS 45 (17.97% from 255) = 13.85%
R=58.15%
G=28%
B=13.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.76
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189914500.520.760.2619.1761.5445.88
HexBD5B2D0344C1A133e2e
Octal2751335506411432237656
Binary101111011011011101101011010010011001101010011111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5B2D; }

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

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

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

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

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

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

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

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