#BC616B

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

Shades of Blush #BC616B

Tints of Blush #BC616B

Color information

#BC616B (or 0xBC616B) is unknown color: approx Blush. HEX triplet: BC, 61 and 6B. RGB value is (188,97,107). Sum of RGB (Red+Green+Blue) = 188+97+107=392 (51% of max value = 765). Red value is 188 (73.83% from 255 or 47.96% from 392); Green value is 97 (38.28% from 255 or 24.74% from 392); Blue value is 107 (42.19% from 255 or 27.30% from 392); Max value from RGB is 188 - color contains mainly: red. Hex color #BC616B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC616B is #439E94. Grayscale: #7D7D7D. Windows color (decimal): -4431509 or 7037372. OLE color: 7037372.

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

Color convert

RGB18897107-
CMYK00.480.430.26
HSL353.41º40.44%55.88%-
HSV(B)353.41º48.4%73.73%-
XYZ27.6720.316.37-
YUV125.35117.65172.69-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.96%
GREEN value IS 97 (38.28% from 255) = 24.74%
BLUE value IS 107 (42.19% from 255) = 27.30%
R=47.96%
G=24.74%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889710700.480.430.26353.4140.4455.88
HexBC616B0302B1A1612838
Octal27414115306053325415070
Binary1011110011000011101011011000010101111010101100001101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC616B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC616B; }

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

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

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

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

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

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

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

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