#BC6265

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

Shades of Blush #BC6265

Tints of Blush #BC6265

Color information

#BC6265 (or 0xBC6265) is unknown color: approx Blush. HEX triplet: BC, 62 and 65. RGB value is (188,98,101). Sum of RGB (Red+Green+Blue) = 188+98+101=387 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.58% from 387); Green value is 98 (38.67% from 255 or 25.32% from 387); Blue value is 101 (39.84% from 255 or 26.10% from 387); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6265 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6265 is #439D9A. Grayscale: #7D7D7D. Windows color (decimal): -4431259 or 6644412. OLE color: 6644412.

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

Color convert

RGB18898101-
CMYK00.480.460.26
HSL358º40.18%56.08%-
HSV(B)358º47.87%73.73%-
XYZ27.4620.3714.8-
YUV125.25114.32172.76-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 48.58%
GREEN value IS 98 (38.67% from 255) = 25.32%
BLUE value IS 101 (39.84% from 255) = 26.10%
R=48.58%
G=25.32%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889810100.480.460.2635840.1856.08
HexBC62650302E1A1662838
Octal27414214506056325465070
Binary1011110011000101100101011000010111011010101100110101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6265; }

 p { color: rgb(188,98,101); }

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

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

 a { background-color: rgb(188,98,101); }

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

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

 span { border-color: rgb(188,98,101); }

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