Html Css Color HEX #BC515C Blush

📋 copy color: '#BC515C'

red 188 ◦ green 81 ◦ blue 92

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

Shades of Blush #BC515C

Tints of Blush #BC515C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.48%

R = 52.08%
G = 22.44%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BC515C (or 0xBC515C) is known color: Blush. HEX triplet: BC, 51 and 5C. RGB value is (188,81,92). Sum of RGB (Red+Green+Blue) = 188+81+92=361 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.08% from 361); Green value is 81 (32.03% from 255 or 22.44% from 361); Blue value is 92 (36.33% from 255 or 25.48% from 361); Max value from RGB is 188 - color contains mainly: red. Hex color #BC515C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC515C is #43AEA3. Grayscale: #727272. Windows color (decimal): -4435620 or 6050236. OLE color: 6050236.

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

Color convert

RGB 188 81 92 -
CMYK 0 0.57 0.51 0.26
HSL 353.83º 0.44% 0.53% -
HSV(B) 353.83º 0.57% 0.74% -
XYZ 25.61 17.35 12.12 -
YUV 114.25 115.45 180.61 -
System Red Green Blue C M Y K H S L
Decimal 188 81 92 0 0.57 0.51 0.26 353.83 0.44 0.53
Hex BC 51 5C 0 39 33 1A 162 2C 35
Octal 274 121 134 0 71 63 32 542 54 65
Binary 10111100 1010001 1011100 0 111001 110011 11010 101100010 101100 110101

Color Harmonies of #BC515C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC515C

Black with #BC515C

Text Example


Text Example

White with #BC515C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC515C; }

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

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

background-color css

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

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

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

border-color css

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

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

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