Html Css Color HEX #BD576D Blush

📋 copy color: '#BD576D'

red 189 ◦ green 87 ◦ blue 109

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

Shades of Blush #BD576D

Tints of Blush #BD576D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 28.31%

R = 49.09%
G = 22.6%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BD576D (or 0xBD576D) is known color: Blush. HEX triplet: BD, 57 and 6D. RGB value is (189,87,109). Sum of RGB (Red+Green+Blue) = 189+87+109=385 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.09% from 385); Green value is 87 (34.38% from 255 or 22.60% from 385); Blue value is 109 (42.97% from 255 or 28.31% from 385); Max value from RGB is 189 - color contains mainly: red. Hex color #BD576D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD576D is #42A892. Grayscale: #787878. Windows color (decimal): -4368531 or 7165885. OLE color: 7165885.

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

Color convert

RGB 189 87 109 -
CMYK 0 0.54 0.42 0.26
HSL 347.06º 0.44% 0.54% -
HSV(B) 347.06º 0.54% 0.74% -
XYZ 27.15 18.74 16.65 -
YUV 120.01 121.79 177.21 -
System Red Green Blue C M Y K H S L
Decimal 189 87 109 0 0.54 0.42 0.26 347.06 0.44 0.54
Hex BD 57 6D 0 36 2A 1A 15B 2C 36
Octal 275 127 155 0 66 52 32 533 54 66
Binary 10111101 1010111 1101101 0 110110 101010 11010 101011011 101100 110110

Color Harmonies of #BD576D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD576D

Black with #BD576D

Text Example


Text Example

White with #BD576D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD576D; }

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

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

background-color css

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

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

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

border-color css

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

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

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