Html Css Color HEX #BA3A59 Old Rose

📋 copy color: '#BA3A59'

red 186 ◦ green 58 ◦ blue 89

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

Shades of Old Rose #BA3A59

Tints of Old Rose #BA3A59

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.42%

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

R = 55.86%
G = 17.42%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BA3A59 (or 0xBA3A59) is known color: Old Rose. HEX triplet: BA, 3A and 59. RGB value is (186,58,89). Sum of RGB (Red+Green+Blue) = 186+58+89=333 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.86% from 333); Green value is 58 (23.05% from 255 or 17.42% from 333); Blue value is 89 (35.16% from 255 or 26.73% from 333); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3A59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3A59 is #45C5A6. Grayscale: #636363. Windows color (decimal): -4572583 or 5847738. OLE color: 5847738.

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

Color convert

RGB 186 58 89 -
CMYK 0 0.69 0.52 0.27
HSL 345.47º 0.52% 0.48% -
HSV(B) 345.47º 0.69% 0.73% -
XYZ 23.57 14.19 10.95 -
YUV 99.81 121.91 189.48 -
System Red Green Blue C M Y K H S L
Decimal 186 58 89 0 0.69 0.52 0.27 345.47 0.52 0.48
Hex BA 3A 59 0 45 34 1B 159 34 30
Octal 272 72 131 0 105 64 33 531 64 60
Binary 10111010 111010 1011001 0 1000101 110100 11011 101011001 110100 110000

Color Harmonies of #BA3A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3A59

Black with #BA3A59

Text Example


Text Example

White with #BA3A59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3A59; }

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

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

background-color css

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

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

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

border-color css

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

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

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