#BC5165

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

Shades of Blush #BC5165

Tints of Blush #BC5165

Color information

#BC5165 (or 0xBC5165) is unknown color: approx Blush. HEX triplet: BC, 51 and 65. RGB value is (188,81,101). Sum of RGB (Red+Green+Blue) = 188+81+101=370 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.81% from 370); Green value is 81 (32.03% from 255 or 21.89% from 370); Blue value is 101 (39.84% from 255 or 27.30% from 370); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5165 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5165 is #43AE9A. Grayscale: #737373. Windows color (decimal): -4435611 or 6640060. OLE color: 6640060.

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

Color convert

RGB18881101-
CMYK00.570.460.26
HSL348.79º44.4%52.75%-
HSV(B)348.79º56.91%73.73%-
XYZ26.0317.5214.32-
YUV115.27119.95179.87-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50.81%
GREEN value IS 81 (32.03% from 255) = 21.89%
BLUE value IS 101 (39.84% from 255) = 27.30%
R=50.81%
G=21.89%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888110100.570.460.26348.7944.452.75
HexBC51650392E1A15d2c35
Octal27412114507156325355465
Binary1011110010100011100101011100110111011010101011101101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5165; }

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

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

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

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

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

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

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

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