Html Css Color HEX #BC516B Blush

📋 copy color: '#BC516B'

red 188 ◦ green 81 ◦ blue 107

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

Shades of Blush #BC516B

Tints of Blush #BC516B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.54%

 BLUE value IS 107 (42.19% from 255) = 28.46%

R = 50%
G = 21.54%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BC516B (or 0xBC516B) is known color: Blush. HEX triplet: BC, 51 and 6B. RGB value is (188,81,107). Sum of RGB (Red+Green+Blue) = 188+81+107=376 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50% from 376); Green value is 81 (32.03% from 255 or 21.54% from 376); Blue value is 107 (42.19% from 255 or 28.46% from 376); Max value from RGB is 188 - color contains mainly: red. Hex color #BC516B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC516B is #43AE94. Grayscale: #737373. Windows color (decimal): -4435605 or 7033276. OLE color: 7033276.

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

Color convert

RGB 188 81 107 -
CMYK 0 0.57 0.43 0.26
HSL 345.42º 0.44% 0.53% -
HSV(B) 345.42º 0.57% 0.74% -
XYZ 26.34 17.64 15.93 -
YUV 115.96 122.95 179.39 -
System Red Green Blue C M Y K H S L
Decimal 188 81 107 0 0.57 0.43 0.26 345.42 0.44 0.53
Hex BC 51 6B 0 39 2B 1A 159 2C 35
Octal 274 121 153 0 71 53 32 531 54 65
Binary 10111100 1010001 1101011 0 111001 101011 11010 101011001 101100 110101

Color Harmonies of #BC516B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC516B

Black with #BC516B

Text Example


Text Example

White with #BC516B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC516B; }

 p { color: rgb(188,81,107); }

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

background-color css

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

 a { background-color: rgb(188,81,107); }

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

border-color css

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

 span { border-color: rgb(188,81,107); }

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