Html Css Color HEX #BC515E Blush

📋 copy color: '#BC515E'

red 188 ◦ green 81 ◦ blue 94

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

Shades of Blush #BC515E

Tints of Blush #BC515E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 25.9%

R = 51.79%
G = 22.31%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BC515E (or 0xBC515E) is known color: Blush. HEX triplet: BC, 51 and 5E. RGB value is (188,81,94). Sum of RGB (Red+Green+Blue) = 188+81+94=363 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.79% from 363); Green value is 81 (32.03% from 255 or 22.31% from 363); Blue value is 94 (37.11% from 255 or 25.90% from 363); Max value from RGB is 188 - color contains mainly: red. Hex color #BC515E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC515E is #43AEA1. Grayscale: #727272. Windows color (decimal): -4435618 or 6181308. OLE color: 6181308.

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

Color convert

RGB 188 81 94 -
CMYK 0 0.57 0.50 0.26
HSL 352.71º 0.44% 0.53% -
HSV(B) 352.71º 0.57% 0.74% -
XYZ 25.7 17.38 12.59 -
YUV 114.48 116.45 180.44 -
System Red Green Blue C M Y K H S L
Decimal 188 81 94 0 0.57 0.50 0.26 352.71 0.44 0.53
Hex BC 51 5E 0 39 32 1A 161 2C 35
Octal 274 121 136 0 71 62 32 541 54 65
Binary 10111100 1010001 1011110 0 111001 110010 11010 101100001 101100 110101

Color Harmonies of #BC515E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC515E

Black with #BC515E

Text Example


Text Example

White with #BC515E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC515E; }

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

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

background-color css

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

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

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

border-color css

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

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

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