Html Css Color HEX #BD574D Sunset

📋 copy color: '#BD574D'

red 189 ◦ green 87 ◦ blue 77

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

Shades of Sunset #BD574D

Tints of Sunset #BD574D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 21.81%

R = 53.54%
G = 24.65%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BD574D (or 0xBD574D) is known color: Sunset. HEX triplet: BD, 57 and 4D. RGB value is (189,87,77). Sum of RGB (Red+Green+Blue) = 189+87+77=353 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.54% from 353); Green value is 87 (34.38% from 255 or 24.65% from 353); Blue value is 77 (30.47% from 255 or 21.81% from 353); Max value from RGB is 189 - color contains mainly: red. Hex color #BD574D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD574D is #42A8B2. Grayscale: #747474. Windows color (decimal): -4368563 or 5068733. OLE color: 5068733.

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

Color convert

RGB 189 87 77 -
CMYK 0 0.54 0.59 0.26
HSL 5.36º 0.46% 0.52% -
HSV(B) 5.36º 0.59% 0.74% -
XYZ 25.73 18.17 9.17 -
YUV 116.36 105.79 179.81 -
System Red Green Blue C M Y K H S L
Decimal 189 87 77 0 0.54 0.59 0.26 5.36 0.46 0.52
Hex BD 57 4D 0 36 3B 1A 5 2E 34
Octal 275 127 115 0 66 73 32 5 56 64
Binary 10111101 1010111 1001101 0 110110 111011 11010 101 101110 110100

Color Harmonies of #BD574D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD574D

Black with #BD574D

Text Example


Text Example

White with #BD574D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD574D; }

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

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

background-color css

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

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

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

border-color css

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

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

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