#BD593C

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

Shades of Smoke Tree #BD593C

Tints of Smoke Tree #BD593C

Color information

#BD593C (or 0xBD593C) is unknown color: approx Smoke Tree. HEX triplet: BD, 59 and 3C. RGB value is (189,89,60). Sum of RGB (Red+Green+Blue) = 189+89+60=338 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.92% from 338); Green value is 89 (35.16% from 255 or 26.33% from 338); Blue value is 60 (23.83% from 255 or 17.75% from 338); Max value from RGB is 189 - color contains mainly: red. Hex color #BD593C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD593C is #42A6C3. Grayscale: #737373. Windows color (decimal): -4368068 or 3955133. OLE color: 3955133.

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

Color convert

RGB1898960-
CMYK00.530.680.26
HSL13.49º51.81%48.82%-
HSV(B)13.49º68.25%74.12%-
XYZ25.3718.296.47-
YUV115.5996.63180.36-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 55.92%
GREEN value IS 89 (35.16% from 255) = 26.33%
BLUE value IS 60 (23.83% from 255) = 17.75%
R=55.92%
G=26.33%
B=17.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.68
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189896000.530.680.2613.4951.8148.82
HexBD593C035441Ad3431
Octal2751317406510432156461
Binary10111101101100111110001101011000100110101101110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD593C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD593C; }

 p { color: rgb(189,89,60); }

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

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

 a { background-color: rgb(189,89,60); }

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

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

 span { border-color: rgb(189,89,60); }

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