#BD582A

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

Shades of Smoke Tree #BD582A

Tints of Smoke Tree #BD582A

Color information

#BD582A (or 0xBD582A) is unknown color: approx Smoke Tree. HEX triplet: BD, 58 and 2A. RGB value is (189,88,42). Sum of RGB (Red+Green+Blue) = 189+88+42=319 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.25% from 319); Green value is 88 (34.77% from 255 or 27.59% from 319); Blue value is 42 (16.80% from 255 or 13.17% from 319); Max value from RGB is 189 - color contains mainly: red. Hex color #BD582A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD582A is #42A7D5. Grayscale: #717171. Windows color (decimal): -4368342 or 2775229. OLE color: 2775229.

HSL color Cylindrical-coordinate representation of color #BD582A: hue angle of 18.78º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BD582A is Cyan = 0, Magento = 0.53, Yellow = 0.78 and Black (K on CMYK) = 0.26.

Color convert

RGB1898842-
CMYK00.530.780.26
HSL18.78º63.64%45.29%-
HSV(B)18.78º77.78%74.12%-
XYZ24.8917.974.35-
YUV112.9687.96182.24-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 59.25%
GREEN value IS 88 (34.77% from 255) = 27.59%
BLUE value IS 42 (16.80% from 255) = 13.17%
R=59.25%
G=27.59%
B=13.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.78
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189884200.530.780.2618.7863.6445.29
HexBD582A0354E1A13402d
Octal27513052065116322310055
Binary1011110110110001010100110101100111011010100111000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD582A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD582A; }

 p { color: rgb(189,88,42); }

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

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

 a { background-color: rgb(189,88,42); }

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

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

 span { border-color: rgb(189,88,42); }

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