Html Css Color HEX #BC556A Blush

📋 copy color: '#BC556A'

red 188 ◦ green 85 ◦ blue 106

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

Shades of Blush #BC556A

Tints of Blush #BC556A

RGB

 RED value IS 188 (73.83% from 255) = 49.6%

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

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

R = 49.6%
G = 22.43%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BC556A (or 0xBC556A) is known color: Blush. HEX triplet: BC, 55 and 6A. RGB value is (188,85,106). Sum of RGB (Red+Green+Blue) = 188+85+106=379 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.60% from 379); Green value is 85 (33.59% from 255 or 22.43% from 379); Blue value is 106 (41.80% from 255 or 27.97% from 379); Max value from RGB is 188 - color contains mainly: red. Hex color #BC556A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC556A is #43AA95. Grayscale: #767676. Windows color (decimal): -4434582 or 6968764. OLE color: 6968764.

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

Color convert

RGB 188 85 106 -
CMYK 0 0.55 0.44 0.26
HSL 347.77º 0.43% 0.54% -
HSV(B) 347.77º 0.55% 0.74% -
XYZ 26.59 18.23 15.75 -
YUV 118.19 121.12 177.79 -
System Red Green Blue C M Y K H S L
Decimal 188 85 106 0 0.55 0.44 0.26 347.77 0.43 0.54
Hex BC 55 6A 0 37 2C 1A 15C 2B 36
Octal 274 125 152 0 67 54 32 534 53 66
Binary 10111100 1010101 1101010 0 110111 101100 11010 101011100 101011 110110

Color Harmonies of #BC556A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC556A

Black with #BC556A

Text Example


Text Example

White with #BC556A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC556A; }

 p { color: rgb(188,85,106); }

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

background-color css

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

 a { background-color: rgb(188,85,106); }

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

border-color css

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

 span { border-color: rgb(188,85,106); }

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