Html Css Color HEX #BD572E Smoke Tree

📋 copy color: '#BD572E'

red 189 ◦ green 87 ◦ blue 46

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

Shades of Smoke Tree #BD572E

Tints of Smoke Tree #BD572E

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.02%

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

R = 58.7%
G = 27.02%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BD572E (or 0xBD572E) is known color: Smoke Tree. HEX triplet: BD, 57 and 2E. RGB value is (189,87,46). Sum of RGB (Red+Green+Blue) = 189+87+46=322 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.70% from 322); Green value is 87 (34.38% from 255 or 27.02% from 322); Blue value is 46 (18.36% from 255 or 14.29% from 322); Max value from RGB is 189 - color contains mainly: red. Hex color #BD572E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD572E is #42A8D1. Grayscale: #717171. Windows color (decimal): -4368594 or 3037117. OLE color: 3037117.

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

Color convert

RGB 189 87 46 -
CMYK 0 0.54 0.76 0.26
HSL 17.2º 0.61% 0.46% -
HSV(B) 17.2º 0.76% 0.74% -
XYZ 24.89 17.83 4.72 -
YUV 112.82 90.29 182.33 -
System Red Green Blue C M Y K H S L
Decimal 189 87 46 0 0.54 0.76 0.26 17.2 0.61 0.46
Hex BD 57 2E 0 36 4C 1A 11 3D 2E
Octal 275 127 56 0 66 114 32 21 75 56
Binary 10111101 1010111 101110 0 110110 1001100 11010 10001 111101 101110

Color Harmonies of #BD572E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD572E

Black with #BD572E

Text Example


Text Example

White with #BD572E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD572E; }

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

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

background-color css

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

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

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

border-color css

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

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

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