#BA1B5A

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

Shades of Old Rose #BA1B5A

Tints of Old Rose #BA1B5A

Color information

#BA1B5A (or 0xBA1B5A) is unknown color: approx Old Rose. HEX triplet: BA, 1B and 5A. RGB value is (186,27,90). Sum of RGB (Red+Green+Blue) = 186+27+90=303 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.39% from 303); Green value is 27 (10.94% from 255 or 8.91% from 303); Blue value is 90 (35.55% from 255 or 29.70% from 303); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1B5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA1B5A is #45E4A5. Grayscale: #515151. Windows color (decimal): -4580518 or 5905338. OLE color: 5905338.

HSL color Cylindrical-coordinate representation of color #BA1B5A: hue angle of 336.23º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA1B5A is Cyan = 0, Magento = 0.85, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB1862790-
CMYK00.850.520.27
HSL336.23º74.65%41.76%-
HSV(B)336.23º85.48%72.94%-
XYZ22.4911.9610.8-
YUV81.72132.68202.38-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 61.39%
GREEN value IS 27 (10.94% from 255) = 8.91%
BLUE value IS 90 (35.55% from 255) = 29.70%
R=61.39%
G=8.91%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186279000.850.520.27336.2374.6541.76
HexBA1B5A055341B1504b2a
Octal272331320125643352011352
Binary1011101011011101101001010101110100110111010100001001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1B5A; }

 p { color: rgb(186,27,90); }

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

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

 a { background-color: rgb(186,27,90); }

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

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

 span { border-color: rgb(186,27,90); }

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