Html Css Color HEX #BC506F Blush

📋 copy color: '#BC506F'

red 188 ◦ green 80 ◦ blue 111

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

Shades of Blush #BC506F

Tints of Blush #BC506F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.11%

 BLUE value IS 111 (43.75% from 255) = 29.29%

R = 49.6%
G = 21.11%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BC506F (or 0xBC506F) is known color: Blush. HEX triplet: BC, 50 and 6F. RGB value is (188,80,111). Sum of RGB (Red+Green+Blue) = 188+80+111=379 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.60% from 379); Green value is 80 (31.64% from 255 or 21.11% from 379); Blue value is 111 (43.75% from 255 or 29.29% from 379); Max value from RGB is 188 - color contains mainly: red. Hex color #BC506F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC506F is #43AF90. Grayscale: #737373. Windows color (decimal): -4435857 or 7295164. OLE color: 7295164.

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

Color convert

RGB 188 80 111 -
CMYK 0 0.57 0.41 0.26
HSL 342.78º 0.45% 0.53% -
HSV(B) 342.78º 0.57% 0.74% -
XYZ 26.48 17.58 17.04 -
YUV 115.83 125.28 179.48 -
System Red Green Blue C M Y K H S L
Decimal 188 80 111 0 0.57 0.41 0.26 342.78 0.45 0.53
Hex BC 50 6F 0 39 29 1A 157 2D 35
Octal 274 120 157 0 71 51 32 527 55 65
Binary 10111100 1010000 1101111 0 111001 101001 11010 101010111 101101 110101

Color Harmonies of #BC506F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC506F

Black with #BC506F

Text Example


Text Example

White with #BC506F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC506F; }

 p { color: rgb(188,80,111); }

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

background-color css

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

 a { background-color: rgb(188,80,111); }

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

border-color css

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

 span { border-color: rgb(188,80,111); }

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