Html Css Color HEX #BD5570 Blush

📋 copy color: '#BD5570'

red 189 ◦ green 85 ◦ blue 112

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

Shades of Blush #BD5570

Tints of Blush #BD5570

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.02%

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

R = 48.96%
G = 22.02%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BD5570 (or 0xBD5570) is known color: Blush. HEX triplet: BD, 55 and 70. RGB value is (189,85,112). Sum of RGB (Red+Green+Blue) = 189+85+112=386 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.96% from 386); Green value is 85 (33.59% from 255 or 22.02% from 386); Blue value is 112 (44.14% from 255 or 29.02% from 386); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5570 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5570 is #42AA8F. Grayscale: #777777. Windows color (decimal): -4369040 or 7361981. OLE color: 7361981.

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

Color convert

RGB 189 85 112 -
CMYK 0 0.55 0.41 0.26
HSL 344.42º 0.44% 0.54% -
HSV(B) 344.42º 0.55% 0.74% -
XYZ 27.16 18.49 17.47 -
YUV 119.17 123.96 177.8 -
System Red Green Blue C M Y K H S L
Decimal 189 85 112 0 0.55 0.41 0.26 344.42 0.44 0.54
Hex BD 55 70 0 37 29 1A 158 2C 36
Octal 275 125 160 0 67 51 32 530 54 66
Binary 10111101 1010101 1110000 0 110111 101001 11010 101011000 101100 110110

Color Harmonies of #BD5570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5570

Black with #BD5570

Text Example


Text Example

White with #BD5570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5570; }

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

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

background-color css

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

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

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

border-color css

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

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

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