Html Css Color HEX #BD572D Smoke Tree

📋 copy color: '#BD572D'

red 189 ◦ green 87 ◦ blue 45

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

Shades of Smoke Tree #BD572D

Tints of Smoke Tree #BD572D

RGB

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

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

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

R = 58.88%
G = 27.1%
B = 14.02%

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

#BD572D (or 0xBD572D) is known color: Smoke Tree. HEX triplet: BD, 57 and 2D. RGB value is (189,87,45). Sum of RGB (Red+Green+Blue) = 189+87+45=321 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.88% from 321); Green value is 87 (34.38% from 255 or 27.10% from 321); Blue value is 45 (17.97% from 255 or 14.02% from 321); Max value from RGB is 189 - color contains mainly: red. Hex color #BD572D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD572D is #42A8D2. Grayscale: #707070. Windows color (decimal): -4368595 or 2971581. OLE color: 2971581.

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

Color convert

RGB 189 87 45 -
CMYK 0 0.54 0.76 0.26
HSL 17.5º 0.62% 0.46% -
HSV(B) 17.5º 0.76% 0.74% -
XYZ 24.87 17.82 4.61 -
YUV 112.71 89.79 182.42 -
System Red Green Blue C M Y K H S L
Decimal 189 87 45 0 0.54 0.76 0.26 17.5 0.62 0.46
Hex BD 57 2D 0 36 4C 1A 12 3E 2E
Octal 275 127 55 0 66 114 32 22 76 56
Binary 10111101 1010111 101101 0 110110 1001100 11010 10010 111110 101110

Color Harmonies of #BD572D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD572D

Black with #BD572D

Text Example


Text Example

White with #BD572D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD572D; }

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

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

background-color css

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

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

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

border-color css

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

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

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