Html Css Color HEX #BA3059 Old Rose

📋 copy color: '#BA3059'

red 186 ◦ green 48 ◦ blue 89

#BA3059
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Rose #BA3059

Tints of Old Rose #BA3059

RGB

 RED value IS 186 (73.05% from 255) = 57.59%

 GREEN value IS 48 (19.14% from 255) = 14.86%

 BLUE value IS 89 (35.16% from 255) = 27.55%

R = 57.59%
G = 14.86%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BA3059 (or 0xBA3059) is known color: Old Rose. HEX triplet: BA, 30 and 59. RGB value is (186,48,89). Sum of RGB (Red+Green+Blue) = 186+48+89=323 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.59% from 323); Green value is 48 (19.14% from 255 or 14.86% from 323); Blue value is 89 (35.16% from 255 or 27.55% from 323); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3059 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3059 is #45CFA6. Grayscale: #5D5D5D. Windows color (decimal): -4575143 or 5845178. OLE color: 5845178.

HSL color Cylindrical-coordinate representation of color #BA3059: hue angle of 342.17º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA3059 is Cyan = 0, Magento = 0.74, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 48 89 -
CMYK 0 0.74 0.52 0.27
HSL 342.17º 0.59% 0.46% -
HSV(B) 342.17º 0.74% 0.73% -
XYZ 23.11 13.27 10.8 -
YUV 93.94 125.22 193.67 -
System Red Green Blue C M Y K H S L
Decimal 186 48 89 0 0.74 0.52 0.27 342.17 0.59 0.46
Hex BA 30 59 0 4A 34 1B 156 3B 2E
Octal 272 60 131 0 112 64 33 526 73 56
Binary 10111010 110000 1011001 0 1001010 110100 11011 101010110 111011 101110

Color Harmonies of #BA3059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3059

Black with #BA3059

Text Example


Text Example

White with #BA3059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3059; }

 p { color: rgb(186,48,89); }

 H1.HeaderClassName
 {
   color: #BA3059;
 }
 .AnyTagClassName
 {
   color: #BA3059;
 }
</style>

background-color css

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

 a { background-color: rgb(186,48,89); }

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

border-color css

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

 span { border-color: rgb(186,48,89); }

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