#BA305E

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

Shades of Old Rose #BA305E

Tints of Old Rose #BA305E

Color information

#BA305E (or 0xBA305E) is unknown color: approx Old Rose. HEX triplet: BA, 30 and 5E. RGB value is (186,48,94). Sum of RGB (Red+Green+Blue) = 186+48+94=328 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.71% from 328); Green value is 48 (19.14% from 255 or 14.63% from 328); Blue value is 94 (37.11% from 255 or 28.66% from 328); Max value from RGB is 186 - color contains mainly: red. Hex color #BA305E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA305E is #45CFA1. Grayscale: #5E5E5E. Windows color (decimal): -4575138 or 6172858. OLE color: 6172858.

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

Color convert

RGB1864894-
CMYK00.740.490.27
HSL340º58.97%45.88%-
HSV(B)340º74.19%72.94%-
XYZ23.3313.3611.94-
YUV94.51127.72193.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.71%
GREEN value IS 48 (19.14% from 255) = 14.63%
BLUE value IS 94 (37.11% from 255) = 28.66%
R=56.71%
G=14.63%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186489400.740.490.2734058.9745.88
HexBA305E04A311B1543b2e
Octal27260136011261335247356
Binary1011101011000010111100100101011000111011101010100111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA305E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA305E; }

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

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

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

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

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

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

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

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