#BA6266

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

Shades of Blush #BA6266

Tints of Blush #BA6266

Color information

#BA6266 (or 0xBA6266) is unknown color: approx Blush. HEX triplet: BA, 62 and 66. RGB value is (186,98,102). Sum of RGB (Red+Green+Blue) = 186+98+102=386 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.19% from 386); Green value is 98 (38.67% from 255 or 25.39% from 386); Blue value is 102 (40.23% from 255 or 26.42% from 386); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6266 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6266 is #459D99. Grayscale: #7C7C7C. Windows color (decimal): -4562330 or 6709946. OLE color: 6709946.

HSL color Cylindrical-coordinate representation of color #BA6266: hue angle of 357.27º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BA6266 is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB18698102-
CMYK00.470.450.27
HSL357.27º38.94%55.69%-
HSV(B)357.27º47.31%72.94%-
XYZ27.0220.1315.03-
YUV124.77115.15171.67-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.19%
GREEN value IS 98 (38.67% from 255) = 25.39%
BLUE value IS 102 (40.23% from 255) = 26.42%
R=48.19%
G=25.39%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869810200.470.450.27357.2738.9455.69
HexBA626602F2D1B1652738
Octal27214214605755335454770
Binary1011101011000101100110010111110110111011101100101100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6266; }

 p { color: rgb(186,98,102); }

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

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

 a { background-color: rgb(186,98,102); }

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

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

 span { border-color: rgb(186,98,102); }

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