Html Css Color HEX #BD592D Smoke Tree

📋 copy color: '#BD592D'

red 189 ◦ green 89 ◦ blue 45

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

Shades of Smoke Tree #BD592D

Tints of Smoke Tree #BD592D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.93%

R = 58.51%
G = 27.55%
B = 13.93%

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

#BD592D (or 0xBD592D) is known color: Smoke Tree. HEX triplet: BD, 59 and 2D. RGB value is (189,89,45). Sum of RGB (Red+Green+Blue) = 189+89+45=323 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.51% from 323); Green value is 89 (35.16% from 255 or 27.55% from 323); Blue value is 45 (17.97% from 255 or 13.93% from 323); Max value from RGB is 189 - color contains mainly: red. Hex color #BD592D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD592D is #42A6D2. Grayscale: #727272. Windows color (decimal): -4368083 or 2972093. OLE color: 2972093.

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

Color convert

RGB 189 89 45 -
CMYK 0 0.53 0.76 0.26
HSL 18.33º 0.62% 0.46% -
HSV(B) 18.33º 0.76% 0.74% -
XYZ 25.03 18.15 4.67 -
YUV 113.88 89.13 181.58 -
System Red Green Blue C M Y K H S L
Decimal 189 89 45 0 0.53 0.76 0.26 18.33 0.62 0.46
Hex BD 59 2D 0 35 4C 1A 12 3E 2E
Octal 275 131 55 0 65 114 32 22 76 56
Binary 10111101 1011001 101101 0 110101 1001100 11010 10010 111110 101110

Color Harmonies of #BD592D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD592D

Black with #BD592D

Text Example


Text Example

White with #BD592D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD592D; }

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

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

background-color css

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

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

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

border-color css

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

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

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