#BC4B69

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

Shades of Blush #BC4B69

Tints of Blush #BC4B69

Color information

#BC4B69 (or 0xBC4B69) is unknown color: approx Blush. HEX triplet: BC, 4B and 69. RGB value is (188,75,105). Sum of RGB (Red+Green+Blue) = 188+75+105=368 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.09% from 368); Green value is 75 (29.69% from 255 or 20.38% from 368); Blue value is 105 (41.41% from 255 or 28.53% from 368); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4B69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4B69 is #43B496. Grayscale: #707070. Windows color (decimal): -4437143 or 6900668. OLE color: 6900668.

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

Color convert

RGB18875105-
CMYK00.600.440.26
HSL344.07º45.75%51.57%-
HSV(B)344.07º60.11%73.73%-
XYZ25.816.7415.24-
YUV112.21123.94182.06-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 51.09%
GREEN value IS 75 (29.69% from 255) = 20.38%
BLUE value IS 105 (41.41% from 255) = 28.53%
R=51.09%
G=20.38%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1887510500.600.440.26344.0745.7551.57
HexBC4B6903C2C1A1582e34
Octal27411315107454325305664
Binary1011110010010111101001011110010110011010101011000101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4B69; }

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

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

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

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

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

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

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

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