#BD583A

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

Shades of Smoke Tree #BD583A

Tints of Smoke Tree #BD583A

Color information

#BD583A (or 0xBD583A) is unknown color: approx Smoke Tree. HEX triplet: BD, 58 and 3A. RGB value is (189,88,58). Sum of RGB (Red+Green+Blue) = 189+88+58=335 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.42% from 335); Green value is 88 (34.77% from 255 or 26.27% from 335); Blue value is 58 (23.05% from 255 or 17.31% from 335); Max value from RGB is 189 - color contains mainly: red. Hex color #BD583A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD583A is #42A7C5. Grayscale: #727272. Windows color (decimal): -4368326 or 3823805. OLE color: 3823805.

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

Color convert

RGB1898858-
CMYK00.530.690.26
HSL13.74º53.04%48.43%-
HSV(B)13.74º69.31%74.12%-
XYZ25.2418.16.17-
YUV114.7895.96180.94-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 56.42%
GREEN value IS 88 (34.77% from 255) = 26.27%
BLUE value IS 58 (23.05% from 255) = 17.31%
R=56.42%
G=26.27%
B=17.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.69
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189885800.530.690.2613.7453.0448.43
HexBD583A035451Ae3530
Octal2751307206510532166560
Binary10111101101100011101001101011000101110101110110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD583A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD583A; }

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

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

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

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

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

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

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

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