#BA365B

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

Shades of Old Rose #BA365B

Tints of Old Rose #BA365B

Color information

#BA365B (or 0xBA365B) is unknown color: approx Old Rose. HEX triplet: BA, 36 and 5B. RGB value is (186,54,91). Sum of RGB (Red+Green+Blue) = 186+54+91=331 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.19% from 331); Green value is 54 (21.48% from 255 or 16.31% from 331); Blue value is 91 (35.94% from 255 or 27.49% from 331); Max value from RGB is 186 - color contains mainly: red. Hex color #BA365B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA365B is #45C9A4. Grayscale: #616161. Windows color (decimal): -4573605 or 5977786. OLE color: 5977786.

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

Color convert

RGB1865491-
CMYK00.710.510.27
HSL343.18º55%47.06%-
HSV(B)343.18º70.97%72.94%-
XYZ23.4613.8311.33-
YUV97.69124.23190.99-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.19%
GREEN value IS 54 (21.48% from 255) = 16.31%
BLUE value IS 91 (35.94% from 255) = 27.49%
R=56.19%
G=16.31%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186549100.710.510.27343.185547.06
HexBA365B047331B157372f
Octal27266133010763335276757
Binary1011101011011010110110100011111001111011101010111110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA365B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA365B; }

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

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

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

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

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

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

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

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