Html Css Color HEX #BC506E Blush

📋 copy color: '#BC506E'

red 188 ◦ green 80 ◦ blue 110

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

Shades of Blush #BC506E

Tints of Blush #BC506E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 29.1%

R = 49.74%
G = 21.16%
B = 29.1%

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

#BC506E (or 0xBC506E) is known color: Blush. HEX triplet: BC, 50 and 6E. RGB value is (188,80,110). Sum of RGB (Red+Green+Blue) = 188+80+110=378 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.74% from 378); Green value is 80 (31.64% from 255 or 21.16% from 378); Blue value is 110 (43.36% from 255 or 29.10% from 378); Max value from RGB is 188 - color contains mainly: red. Hex color #BC506E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC506E is #43AF91. Grayscale: #737373. Windows color (decimal): -4435858 or 7229628. OLE color: 7229628.

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

Color convert

RGB 188 80 110 -
CMYK 0 0.57 0.41 0.26
HSL 343.33º 0.45% 0.53% -
HSV(B) 343.33º 0.57% 0.74% -
XYZ 26.42 17.55 16.75 -
YUV 115.71 124.78 179.56 -
System Red Green Blue C M Y K H S L
Decimal 188 80 110 0 0.57 0.41 0.26 343.33 0.45 0.53
Hex BC 50 6E 0 39 29 1A 157 2D 35
Octal 274 120 156 0 71 51 32 527 55 65
Binary 10111100 1010000 1101110 0 111001 101001 11010 101010111 101101 110101

Color Harmonies of #BC506E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC506E

Black with #BC506E

Text Example


Text Example

White with #BC506E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC506E; }

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

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

background-color css

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

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

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

border-color css

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

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

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