#BA334E

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

Shades of Old Rose #BA334E

Tints of Old Rose #BA334E

Color information

#BA334E (or 0xBA334E) is unknown color: approx Old Rose. HEX triplet: BA, 33 and 4E. RGB value is (186,51,78). Sum of RGB (Red+Green+Blue) = 186+51+78=315 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.05% from 315); Green value is 51 (20.31% from 255 or 16.19% from 315); Blue value is 78 (30.86% from 255 or 24.76% from 315); Max value from RGB is 186 - color contains mainly: red. Hex color #BA334E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA334E is #45CCB1. Grayscale: #5E5E5E. Windows color (decimal): -4574386 or 5125050. OLE color: 5125050.

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

Color convert

RGB1865178-
CMYK00.730.580.27
HSL348º56.96%46.47%-
HSV(B)348º72.58%72.94%-
XYZ22.8113.368.58-
YUV94.44118.73193.3-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 59.05%
GREEN value IS 51 (20.31% from 255) = 16.19%
BLUE value IS 78 (30.86% from 255) = 24.76%
R=59.05%
G=16.19%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186517800.730.580.2734856.9646.47
HexBA334E0493A1B15c392e
Octal27263116011172335347156
Binary1011101011001110011100100100111101011011101011100111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA334E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA334E; }

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

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

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

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

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

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

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

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