Html Css Color HEX #BD593A Smoke Tree

📋 copy color: '#BD593A'

red 189 ◦ green 89 ◦ blue 58

#BD593A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Smoke Tree #BD593A

Tints of Smoke Tree #BD593A

RGB

 RED value IS 189 (74.22% from 255) = 56.25%

 GREEN value IS 89 (35.16% from 255) = 26.49%

 BLUE value IS 58 (23.05% from 255) = 17.26%

R = 56.25%
G = 26.49%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BD593A (or 0xBD593A) is known color: Smoke Tree. HEX triplet: BD, 59 and 3A. RGB value is (189,89,58). Sum of RGB (Red+Green+Blue) = 189+89+58=336 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.25% from 336); Green value is 89 (35.16% from 255 or 26.49% from 336); Blue value is 58 (23.05% from 255 or 17.26% from 336); Max value from RGB is 189 - color contains mainly: red. Hex color #BD593A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD593A is #42A6C5. Grayscale: #737373. Windows color (decimal): -4368070 or 3824061. OLE color: 3824061.

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

Color convert

RGB 189 89 58 -
CMYK 0 0.53 0.69 0.26
HSL 14.2º 0.53% 0.48% -
HSV(B) 14.2º 0.69% 0.74% -
XYZ 25.32 18.27 6.19 -
YUV 115.37 95.63 180.52 -
System Red Green Blue C M Y K H S L
Decimal 189 89 58 0 0.53 0.69 0.26 14.2 0.53 0.48
Hex BD 59 3A 0 35 45 1A E 35 30
Octal 275 131 72 0 65 105 32 16 65 60
Binary 10111101 1011001 111010 0 110101 1000101 11010 1110 110101 110000

Color Harmonies of #BD593A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD593A

Black with #BD593A

Text Example


Text Example

White with #BD593A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD593A; }

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

 H1.HeaderClassName
 {
   color: #BD593A;
 }
 .AnyTagClassName
 {
   color: #BD593A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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