#BA305B

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

Shades of Old Rose #BA305B

Tints of Old Rose #BA305B

Color information

#BA305B (or 0xBA305B) is unknown color: approx Old Rose. HEX triplet: BA, 30 and 5B. RGB value is (186,48,91). Sum of RGB (Red+Green+Blue) = 186+48+91=325 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.23% from 325); Green value is 48 (19.14% from 255 or 14.77% from 325); Blue value is 91 (35.94% from 255 or 28% from 325); Max value from RGB is 186 - color contains mainly: red. Hex color #BA305B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA305B is #45CFA4. Grayscale: #5E5E5E. Windows color (decimal): -4575141 or 5976250. OLE color: 5976250.

HSL color Cylindrical-coordinate representation of color #BA305B: hue angle of 341.3º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA305B is Cyan = 0, Magento = 0.74, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB1864891-
CMYK00.740.510.27
HSL341.3º58.97%45.88%-
HSV(B)341.3º74.19%72.94%-
XYZ23.1913.3111.24-
YUV94.16126.22193.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.23%
GREEN value IS 48 (19.14% from 255) = 14.77%
BLUE value IS 91 (35.94% from 255) = 28%
R=57.23%
G=14.77%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186489100.740.510.27341.358.9745.88
HexBA305B04A331B1553b2e
Octal27260133011263335257356
Binary1011101011000010110110100101011001111011101010101111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA305B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA305B; }

 p { color: rgb(186,48,91); }

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

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

 a { background-color: rgb(186,48,91); }

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

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

 span { border-color: rgb(186,48,91); }

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