#BA334D

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

Shades of Old Rose #BA334D

Tints of Old Rose #BA334D

Color information

#BA334D (or 0xBA334D) is unknown color: approx Old Rose. HEX triplet: BA, 33 and 4D. RGB value is (186,51,77). Sum of RGB (Red+Green+Blue) = 186+51+77=314 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.24% from 314); Green value is 51 (20.31% from 255 or 16.24% from 314); Blue value is 77 (30.47% from 255 or 24.52% from 314); Max value from RGB is 186 - color contains mainly: red. Hex color #BA334D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA334D is #45CCB2. Grayscale: #5E5E5E. Windows color (decimal): -4574387 or 5059514. OLE color: 5059514.

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

Color convert

RGB1865177-
CMYK00.730.590.27
HSL348.44º56.96%46.47%-
HSV(B)348.44º72.58%72.94%-
XYZ22.7713.348.4-
YUV94.33118.23193.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 59.24%
GREEN value IS 51 (20.31% from 255) = 16.24%
BLUE value IS 77 (30.47% from 255) = 24.52%
R=59.24%
G=16.24%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186517700.730.590.27348.4456.9646.47
HexBA334D0493B1B15c392e
Octal27263115011173335347156
Binary1011101011001110011010100100111101111011101011100111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA334D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA334D; }

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

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

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

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

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

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

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

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