#BC5161

Color #BC5161 Blush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blush #BC5161

Tints of Blush #BC5161

Color information

#BC5161 (or 0xBC5161) is unknown color: approx Blush. HEX triplet: BC, 51 and 61. RGB value is (188,81,97). Sum of RGB (Red+Green+Blue) = 188+81+97=366 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.37% from 366); Green value is 81 (32.03% from 255 or 22.13% from 366); Blue value is 97 (38.28% from 255 or 26.50% from 366); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5161 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5161 is #43AE9E. Grayscale: #727272. Windows color (decimal): -4435615 or 6377916. OLE color: 6377916.

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

Color convert

RGB1888197-
CMYK00.570.480.26
HSL351.03º44.4%52.75%-
HSV(B)351.03º56.91%73.73%-
XYZ25.8417.4413.31-
YUV114.82117.95180.2-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 51.37%
GREEN value IS 81 (32.03% from 255) = 22.13%
BLUE value IS 97 (38.28% from 255) = 26.50%
R=51.37%
G=22.13%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188819700.570.480.26351.0344.452.75
HexBC5161039301A15f2c35
Octal27412114107160325375465
Binary1011110010100011100001011100111000011010101011111101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5161; }

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

 H1.HeaderClassName
 {
   color: #BC5161;
 }
 .AnyTagClassName
 {
   color: #BC5161;
 }
</style>
background-color css

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

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

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

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

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

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