#BA335B

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

Shades of Old Rose #BA335B

Tints of Old Rose #BA335B

Color information

#BA335B (or 0xBA335B) is unknown color: approx Old Rose. HEX triplet: BA, 33 and 5B. RGB value is (186,51,91). Sum of RGB (Red+Green+Blue) = 186+51+91=328 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.71% from 328); Green value is 51 (20.31% from 255 or 15.55% from 328); Blue value is 91 (35.94% from 255 or 27.74% from 328); Max value from RGB is 186 - color contains mainly: red. Hex color #BA335B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA335B is #45CCA4. Grayscale: #5F5F5F. Windows color (decimal): -4574373 or 5977018. OLE color: 5977018.

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

Color convert

RGB1865191-
CMYK00.730.510.27
HSL342.22º56.96%46.47%-
HSV(B)342.22º72.58%72.94%-
XYZ23.3213.5611.29-
YUV95.92125.23192.25-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.71%
GREEN value IS 51 (20.31% from 255) = 15.55%
BLUE value IS 91 (35.94% from 255) = 27.74%
R=56.71%
G=15.55%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186519100.730.510.27342.2256.9646.47
HexBA335B049331B156392e
Octal27263133011163335267156
Binary1011101011001110110110100100111001111011101010110111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA335B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA335B; }

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

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

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

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

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

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

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

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