#BC4B6C

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

Shades of Blush #BC4B6C

Tints of Blush #BC4B6C

Color information

#BC4B6C (or 0xBC4B6C) is unknown color: approx Blush. HEX triplet: BC, 4B and 6C. RGB value is (188,75,108). Sum of RGB (Red+Green+Blue) = 188+75+108=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 75 (29.69% from 255 or 20.22% from 371); Blue value is 108 (42.58% from 255 or 29.11% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4B6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4B6C is #43B493. Grayscale: #707070. Windows color (decimal): -4437140 or 7097276. OLE color: 7097276.

HSL color Cylindrical-coordinate representation of color #BC4B6C: hue angle of 342.48º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC4B6C is Cyan = 0, Magento = 0.60, Yellow = 0.43 and Black (K on CMYK) = 0.26.

Color convert

RGB18875108-
CMYK00.600.430.26
HSL342.48º45.75%51.57%-
HSV(B)342.48º60.11%73.73%-
XYZ25.9616.8116.06-
YUV112.55125.44181.82-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50.67%
GREEN value IS 75 (29.69% from 255) = 20.22%
BLUE value IS 108 (42.58% from 255) = 29.11%
R=50.67%
G=20.22%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1887510800.600.430.26342.4845.7551.57
HexBC4B6C03C2B1A1562e34
Octal27411315407453325265664
Binary1011110010010111101100011110010101111010101010110101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4B6C; }

 p { color: rgb(188,75,108); }

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

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

 a { background-color: rgb(188,75,108); }

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

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

 span { border-color: rgb(188,75,108); }

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