Html Css Color HEX #BD5770 Blush

📋 copy color: '#BD5770'

red 189 ◦ green 87 ◦ blue 112

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

Shades of Blush #BD5770

Tints of Blush #BD5770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 28.87%

R = 48.71%
G = 22.42%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BD5770 (or 0xBD5770) is known color: Blush. HEX triplet: BD, 57 and 70. RGB value is (189,87,112). Sum of RGB (Red+Green+Blue) = 189+87+112=388 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.71% from 388); Green value is 87 (34.38% from 255 or 22.42% from 388); Blue value is 112 (44.14% from 255 or 28.87% from 388); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5770 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5770 is #42A88F. Grayscale: #787878. Windows color (decimal): -4368528 or 7362493. OLE color: 7362493.

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

Color convert

RGB 189 87 112 -
CMYK 0 0.54 0.41 0.26
HSL 345.29º 0.44% 0.54% -
HSV(B) 345.29º 0.54% 0.74% -
XYZ 27.32 18.81 17.52 -
YUV 120.35 123.29 176.97 -
System Red Green Blue C M Y K H S L
Decimal 189 87 112 0 0.54 0.41 0.26 345.29 0.44 0.54
Hex BD 57 70 0 36 29 1A 159 2C 36
Octal 275 127 160 0 66 51 32 531 54 66
Binary 10111101 1010111 1110000 0 110110 101001 11010 101011001 101100 110110

Color Harmonies of #BD5770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5770

Black with #BD5770

Text Example


Text Example

White with #BD5770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5770; }

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

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

background-color css

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

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

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

border-color css

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

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

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