#BA335D

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

Shades of Old Rose #BA335D

Tints of Old Rose #BA335D

Color information

#BA335D (or 0xBA335D) is unknown color: approx Old Rose. HEX triplet: BA, 33 and 5D. RGB value is (186,51,93). Sum of RGB (Red+Green+Blue) = 186+51+93=330 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.36% from 330); Green value is 51 (20.31% from 255 or 15.45% from 330); Blue value is 93 (36.72% from 255 or 28.18% from 330); Max value from RGB is 186 - color contains mainly: red. Hex color #BA335D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA335D is #45CCA2. Grayscale: #606060. Windows color (decimal): -4574371 or 6108090. OLE color: 6108090.

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

Color convert

RGB1865193-
CMYK00.730.50.27
HSL341.33º56.96%46.47%-
HSV(B)341.33º72.58%72.94%-
XYZ23.4113.611.75-
YUV96.15126.23192.08-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.36%
GREEN value IS 51 (20.31% from 255) = 15.45%
BLUE value IS 93 (36.72% from 255) = 28.18%
R=56.36%
G=15.45%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.5
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186519300.730.50.27341.3356.9646.47
HexBA335D049321B155392e
Octal27263135011162335257156
Binary1011101011001110111010100100111001011011101010101111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA335D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA335D; }

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

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

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

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

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

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

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

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