Html Css Color HEX #BD593B Smoke Tree

📋 copy color: '#BD593B'

red 189 ◦ green 89 ◦ blue 59

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

Shades of Smoke Tree #BD593B

Tints of Smoke Tree #BD593B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17.51%

R = 56.08%
G = 26.41%
B = 17.51%

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

#BD593B (or 0xBD593B) is known color: Smoke Tree. HEX triplet: BD, 59 and 3B. RGB value is (189,89,59). Sum of RGB (Red+Green+Blue) = 189+89+59=337 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.08% from 337); Green value is 89 (35.16% from 255 or 26.41% from 337); Blue value is 59 (23.44% from 255 or 17.51% from 337); Max value from RGB is 189 - color contains mainly: red. Hex color #BD593B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD593B is #42A6C4. Grayscale: #737373. Windows color (decimal): -4368069 or 3889597. OLE color: 3889597.

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

Color convert

RGB 189 89 59 -
CMYK 0 0.53 0.69 0.26
HSL 13.85º 0.52% 0.49% -
HSV(B) 13.85º 0.69% 0.74% -
XYZ 25.35 18.28 6.33 -
YUV 115.48 96.13 180.44 -
System Red Green Blue C M Y K H S L
Decimal 189 89 59 0 0.53 0.69 0.26 13.85 0.52 0.49
Hex BD 59 3B 0 35 45 1A E 34 31
Octal 275 131 73 0 65 105 32 16 64 61
Binary 10111101 1011001 111011 0 110101 1000101 11010 1110 110100 110001

Color Harmonies of #BD593B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD593B

Black with #BD593B

Text Example


Text Example

White with #BD593B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD593B; }

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

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

background-color css

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

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

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

border-color css

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

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

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