#BA374F

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

Shades of Old Rose #BA374F

Tints of Old Rose #BA374F

Color information

#BA374F (or 0xBA374F) is unknown color: approx Old Rose. HEX triplet: BA, 37 and 4F. RGB value is (186,55,79). Sum of RGB (Red+Green+Blue) = 186+55+79=320 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.12% from 320); Green value is 55 (21.88% from 255 or 17.19% from 320); Blue value is 79 (31.25% from 255 or 24.69% from 320); Max value from RGB is 186 - color contains mainly: red. Hex color #BA374F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA374F is #45C8B0. Grayscale: #606060. Windows color (decimal): -4573361 or 5191610. OLE color: 5191610.

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

Color convert

RGB1865579-
CMYK00.700.580.27
HSL349.01º54.36%47.25%-
HSV(B)349.01º70.43%72.94%-
XYZ23.0313.748.83-
YUV96.9117.9191.55-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 58.12%
GREEN value IS 55 (21.88% from 255) = 17.19%
BLUE value IS 79 (31.25% from 255) = 24.69%
R=58.12%
G=17.19%
B=24.69%

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
Decimal186557900.700.580.27349.0154.3647.25
HexBA374F0463A1B15d362f
Octal27267117010672335356657
Binary1011101011011110011110100011011101011011101011101110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA374F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA374F; }

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

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

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

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

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

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

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

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