#BA5269

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

Shades of Blush #BA5269

Tints of Blush #BA5269

Color information

#BA5269 (or 0xBA5269) is unknown color: approx Blush. HEX triplet: BA, 52 and 69. RGB value is (186,82,105). Sum of RGB (Red+Green+Blue) = 186+82+105=373 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.87% from 373); Green value is 82 (32.42% from 255 or 21.98% from 373); Blue value is 105 (41.41% from 255 or 28.15% from 373); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5269 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5269 is #45AD96. Grayscale: #737373. Windows color (decimal): -4566423 or 6902458. OLE color: 6902458.

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

Color convert

RGB18682105-
CMYK00.560.440.27
HSL346.73º42.98%52.55%-
HSV(B)346.73º55.91%72.94%-
XYZ25.8217.4915.38-
YUV115.72121.96178.13-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.87%
GREEN value IS 82 (32.42% from 255) = 21.98%
BLUE value IS 105 (41.41% from 255) = 28.15%
R=49.87%
G=21.98%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868210500.560.440.27346.7342.9852.55
HexBA52690382C1B15b2b35
Octal27212215107054335335365
Binary1011101010100101101001011100010110011011101011011101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5269; }

 p { color: rgb(186,82,105); }

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

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

 a { background-color: rgb(186,82,105); }

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

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

 span { border-color: rgb(186,82,105); }

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