Html Css Color HEX #BD592B Smoke Tree

📋 copy color: '#BD592B'

red 189 ◦ green 89 ◦ blue 43

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

Shades of Smoke Tree #BD592B

Tints of Smoke Tree #BD592B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.4%

R = 58.88%
G = 27.73%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BD592B (or 0xBD592B) is known color: Smoke Tree. HEX triplet: BD, 59 and 2B. RGB value is (189,89,43). Sum of RGB (Red+Green+Blue) = 189+89+43=321 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.88% from 321); Green value is 89 (35.16% from 255 or 27.73% from 321); Blue value is 43 (17.19% from 255 or 13.40% from 321); Max value from RGB is 189 - color contains mainly: red. Hex color #BD592B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD592B is #42A6D4. Grayscale: #717171. Windows color (decimal): -4368085 or 2841021. OLE color: 2841021.

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

Color convert

RGB 189 89 43 -
CMYK 0 0.53 0.77 0.26
HSL 18.9º 0.63% 0.45% -
HSV(B) 18.9º 0.77% 0.74% -
XYZ 24.99 18.14 4.47 -
YUV 113.66 88.13 181.74 -
System Red Green Blue C M Y K H S L
Decimal 189 89 43 0 0.53 0.77 0.26 18.9 0.63 0.45
Hex BD 59 2B 0 35 4D 1A 13 3F 2D
Octal 275 131 53 0 65 115 32 23 77 55
Binary 10111101 1011001 101011 0 110101 1001101 11010 10011 111111 101101

Color Harmonies of #BD592B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD592B

Black with #BD592B

Text Example


Text Example

White with #BD592B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD592B; }

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

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

background-color css

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

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

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

border-color css

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

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

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