#BC6169

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

Shades of Blush #BC6169

Tints of Blush #BC6169

Color information

#BC6169 (or 0xBC6169) is unknown color: approx Blush. HEX triplet: BC, 61 and 69. RGB value is (188,97,105). Sum of RGB (Red+Green+Blue) = 188+97+105=390 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.21% from 390); Green value is 97 (38.28% from 255 or 24.87% from 390); Blue value is 105 (41.41% from 255 or 26.92% from 390); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6169 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6169 is #439E96. Grayscale: #7D7D7D. Windows color (decimal): -4431511 or 6906300. OLE color: 6906300.

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

Color convert

RGB18897105-
CMYK00.480.440.26
HSL354.73º40.44%55.88%-
HSV(B)354.73º48.4%73.73%-
XYZ27.5620.2615.82-
YUV125.12116.65172.85-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 48.21%
GREEN value IS 97 (38.28% from 255) = 24.87%
BLUE value IS 105 (41.41% from 255) = 26.92%
R=48.21%
G=24.87%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889710500.480.440.26354.7340.4455.88
HexBC61690302C1A1632838
Octal27414115106054325435070
Binary1011110011000011101001011000010110011010101100011101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6169; }

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

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

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

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

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

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

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

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