Html Css Color HEX #BD5566 Blush

📋 copy color: '#BD5566'

red 189 ◦ green 85 ◦ blue 102

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

Shades of Blush #BD5566

Tints of Blush #BD5566

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 27.13%

R = 50.27%
G = 22.61%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BD5566 (or 0xBD5566) is known color: Blush. HEX triplet: BD, 55 and 66. RGB value is (189,85,102). Sum of RGB (Red+Green+Blue) = 189+85+102=376 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.27% from 376); Green value is 85 (33.59% from 255 or 22.61% from 376); Blue value is 102 (40.23% from 255 or 27.13% from 376); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5566 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5566 is #42AA99. Grayscale: #767676. Windows color (decimal): -4369050 or 6706621. OLE color: 6706621.

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

Color convert

RGB 189 85 102 -
CMYK 0 0.55 0.46 0.26
HSL 350.19º 0.44% 0.54% -
HSV(B) 350.19º 0.55% 0.74% -
XYZ 26.63 18.28 14.69 -
YUV 118.03 118.96 178.62 -
System Red Green Blue C M Y K H S L
Decimal 189 85 102 0 0.55 0.46 0.26 350.19 0.44 0.54
Hex BD 55 66 0 37 2E 1A 15E 2C 36
Octal 275 125 146 0 67 56 32 536 54 66
Binary 10111101 1010101 1100110 0 110111 101110 11010 101011110 101100 110110

Color Harmonies of #BD5566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5566

Black with #BD5566

Text Example


Text Example

White with #BD5566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5566; }

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

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

background-color css

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

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

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

border-color css

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

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

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