Html Css Color HEX #BD5970 Blush

📋 copy color: '#BD5970'

red 189 ◦ green 89 ◦ blue 112

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

Shades of Blush #BD5970

Tints of Blush #BD5970

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.82%

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

R = 48.46%
G = 22.82%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BD5970 (or 0xBD5970) is known color: Blush. HEX triplet: BD, 59 and 70. RGB value is (189,89,112). Sum of RGB (Red+Green+Blue) = 189+89+112=390 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.46% from 390); Green value is 89 (35.16% from 255 or 22.82% from 390); Blue value is 112 (44.14% from 255 or 28.72% from 390); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5970 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5970 is #42A68F. Grayscale: #797979. Windows color (decimal): -4368016 or 7363005. OLE color: 7363005.

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

Color convert

RGB 189 89 112 -
CMYK 0 0.53 0.41 0.26
HSL 346.2º 0.43% 0.55% -
HSV(B) 346.2º 0.53% 0.74% -
XYZ 27.48 19.13 17.57 -
YUV 121.52 122.63 176.13 -
System Red Green Blue C M Y K H S L
Decimal 189 89 112 0 0.53 0.41 0.26 346.2 0.43 0.55
Hex BD 59 70 0 35 29 1A 15A 2B 37
Octal 275 131 160 0 65 51 32 532 53 67
Binary 10111101 1011001 1110000 0 110101 101001 11010 101011010 101011 110111

Color Harmonies of #BD5970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5970

Black with #BD5970

Text Example


Text Example

White with #BD5970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5970; }

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

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

background-color css

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

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

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

border-color css

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

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

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