#BC526B

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

Shades of Blush #BC526B

Tints of Blush #BC526B

Color information

#BC526B (or 0xBC526B) is unknown color: approx Blush. HEX triplet: BC, 52 and 6B. RGB value is (188,82,107). Sum of RGB (Red+Green+Blue) = 188+82+107=377 (49% of max value = 765). Red value is 188 (73.83% from 255 or 49.87% from 377); Green value is 82 (32.42% from 255 or 21.75% from 377); Blue value is 107 (42.19% from 255 or 28.38% from 377); Max value from RGB is 188 - color contains mainly: red. Hex color #BC526B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC526B is #43AD94. Grayscale: #747474. Windows color (decimal): -4435349 or 7033532. OLE color: 7033532.

HSL color Cylindrical-coordinate representation of color #BC526B: hue angle of 345.85º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BC526B is Cyan = 0, Magento = 0.56, Yellow = 0.43 and Black (K on CMYK) = 0.26.

Color convert

RGB18882107-
CMYK00.560.430.26
HSL345.85º44.17%52.94%-
HSV(B)345.85º56.38%73.73%-
XYZ26.4117.7915.95-
YUV116.54122.62178.97-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 49.87%
GREEN value IS 82 (32.42% from 255) = 21.75%
BLUE value IS 107 (42.19% from 255) = 28.38%
R=49.87%
G=21.75%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888210700.560.430.26345.8544.1752.94
HexBC526B0382B1A15a2c35
Octal27412215307053325325465
Binary1011110010100101101011011100010101111010101011010101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC526B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC526B; }

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

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

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

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

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

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

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

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