#BA374E

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

Shades of Old Rose #BA374E

Tints of Old Rose #BA374E

Color information

#BA374E (or 0xBA374E) is unknown color: approx Old Rose. HEX triplet: BA, 37 and 4E. RGB value is (186,55,78). Sum of RGB (Red+Green+Blue) = 186+55+78=319 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.31% from 319); Green value is 55 (21.88% from 255 or 17.24% from 319); Blue value is 78 (30.86% from 255 or 24.45% from 319); Max value from RGB is 186 - color contains mainly: red. Hex color #BA374E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA374E is #45C8B1. Grayscale: #606060. Windows color (decimal): -4573362 or 5126074. OLE color: 5126074.

HSL color Cylindrical-coordinate representation of color #BA374E: hue angle of 349.47º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA374E is Cyan = 0, Magento = 0.70, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB1865578-
CMYK00.700.580.27
HSL349.47º54.36%47.25%-
HSV(B)349.47º70.43%72.94%-
XYZ22.9913.728.64-
YUV96.79117.4191.63-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 58.31%
GREEN value IS 55 (21.88% from 255) = 17.24%
BLUE value IS 78 (30.86% from 255) = 24.45%
R=58.31%
G=17.24%
B=24.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186557800.700.580.27349.4754.3647.25
HexBA374E0463A1B15d362f
Octal27267116010672335356657
Binary1011101011011110011100100011011101011011101011101110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA374E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA374E; }

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

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

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

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

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

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

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

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