Html Css Color HEX #BD592E Smoke Tree

📋 copy color: '#BD592E'

red 189 ◦ green 89 ◦ blue 46

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

Shades of Smoke Tree #BD592E

Tints of Smoke Tree #BD592E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.2%

R = 58.33%
G = 27.47%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BD592E (or 0xBD592E) is known color: Smoke Tree. HEX triplet: BD, 59 and 2E. RGB value is (189,89,46). Sum of RGB (Red+Green+Blue) = 189+89+46=324 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.33% from 324); Green value is 89 (35.16% from 255 or 27.47% from 324); Blue value is 46 (18.36% from 255 or 14.20% from 324); Max value from RGB is 189 - color contains mainly: red. Hex color #BD592E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD592E is #42A6D1. Grayscale: #727272. Windows color (decimal): -4368082 or 3037629. OLE color: 3037629.

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

Color convert

RGB 189 89 46 -
CMYK 0 0.53 0.76 0.26
HSL 18.04º 0.61% 0.46% -
HSV(B) 18.04º 0.76% 0.74% -
XYZ 25.05 18.16 4.77 -
YUV 114 89.63 181.5 -
System Red Green Blue C M Y K H S L
Decimal 189 89 46 0 0.53 0.76 0.26 18.04 0.61 0.46
Hex BD 59 2E 0 35 4C 1A 12 3D 2E
Octal 275 131 56 0 65 114 32 22 75 56
Binary 10111101 1011001 101110 0 110101 1001100 11010 10010 111101 101110

Color Harmonies of #BD592E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD592E

Black with #BD592E

Text Example


Text Example

White with #BD592E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD592E; }

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

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

background-color css

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

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

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

border-color css

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

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

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