#BA6263

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

Shades of Blush #BA6263

Tints of Blush #BA6263

Color information

#BA6263 (or 0xBA6263) is unknown color: approx Blush. HEX triplet: BA, 62 and 63. RGB value is (186,98,99). Sum of RGB (Red+Green+Blue) = 186+98+99=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 98 (38.67% from 255 or 25.59% from 383); Blue value is 99 (39.06% from 255 or 25.85% from 383); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6263 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6263 is #459D9C. Grayscale: #7C7C7C. Windows color (decimal): -4562333 or 6513338. OLE color: 6513338.

HSL color Cylindrical-coordinate representation of color #BA6263: hue angle of 359.32º 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 #BA6263 is Cyan = 0, Magento = 0.47, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB1869899-
CMYK00.470.470.27
HSL359.32º38.94%55.69%-
HSV(B)359.32º47.31%72.94%-
XYZ26.8720.0814.26-
YUV124.43113.65171.92-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.56%
GREEN value IS 98 (38.67% from 255) = 25.59%
BLUE value IS 99 (39.06% from 255) = 25.85%
R=48.56%
G=25.59%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186989900.470.470.27359.3238.9455.69
HexBA626302F2F1B1672738
Octal27214214305757335474770
Binary1011101011000101100011010111110111111011101100111100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6263; }

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

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

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

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

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

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

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

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