Html Css Color HEX #BD576A Blush

📋 copy color: '#BD576A'

red 189 ◦ green 87 ◦ blue 106

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

Shades of Blush #BD576A

Tints of Blush #BD576A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 27.75%

R = 49.48%
G = 22.77%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BD576A (or 0xBD576A) is known color: Blush. HEX triplet: BD, 57 and 6A. RGB value is (189,87,106). Sum of RGB (Red+Green+Blue) = 189+87+106=382 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.48% from 382); Green value is 87 (34.38% from 255 or 22.77% from 382); Blue value is 106 (41.80% from 255 or 27.75% from 382); Max value from RGB is 189 - color contains mainly: red. Hex color #BD576A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD576A is #42A895. Grayscale: #777777. Windows color (decimal): -4368534 or 6969277. OLE color: 6969277.

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

Color convert

RGB 189 87 106 -
CMYK 0 0.54 0.44 0.26
HSL 348.82º 0.44% 0.54% -
HSV(B) 348.82º 0.54% 0.74% -
XYZ 27 18.68 15.82 -
YUV 119.66 120.29 177.46 -
System Red Green Blue C M Y K H S L
Decimal 189 87 106 0 0.54 0.44 0.26 348.82 0.44 0.54
Hex BD 57 6A 0 36 2C 1A 15D 2C 36
Octal 275 127 152 0 66 54 32 535 54 66
Binary 10111101 1010111 1101010 0 110110 101100 11010 101011101 101100 110110

Color Harmonies of #BD576A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD576A

Black with #BD576A

Text Example


Text Example

White with #BD576A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD576A; }

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

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

background-color css

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

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

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

border-color css

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

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

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