Html Css Color HEX #BA2F5A Old Rose

📋 copy color: '#BA2F5A'

red 186 ◦ green 47 ◦ blue 90

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

Shades of Old Rose #BA2F5A

Tints of Old Rose #BA2F5A

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.55%

 BLUE value IS 90 (35.55% from 255) = 27.86%

R = 57.59%
G = 14.55%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BA2F5A (or 0xBA2F5A) is known color: Old Rose. HEX triplet: BA, 2F and 5A. RGB value is (186,47,90). Sum of RGB (Red+Green+Blue) = 186+47+90=323 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.59% from 323); Green value is 47 (18.75% from 255 or 14.55% from 323); Blue value is 90 (35.55% from 255 or 27.86% from 323); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2F5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2F5A is #45D0A5. Grayscale: #5D5D5D. Windows color (decimal): -4575398 or 5910458. OLE color: 5910458.

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

Color convert

RGB 186 47 90 -
CMYK 0 0.75 0.52 0.27
HSL 341.44º 0.6% 0.46% -
HSV(B) 341.44º 0.75% 0.73% -
XYZ 23.11 13.21 11 -
YUV 93.46 126.05 194 -
System Red Green Blue C M Y K H S L
Decimal 186 47 90 0 0.75 0.52 0.27 341.44 0.6 0.46
Hex BA 2F 5A 0 4B 34 1B 155 3C 2E
Octal 272 57 132 0 113 64 33 525 74 56
Binary 10111010 101111 1011010 0 1001011 110100 11011 101010101 111100 101110

Color Harmonies of #BA2F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2F5A

Black with #BA2F5A

Text Example


Text Example

White with #BA2F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2F5A; }

 p { color: rgb(186,47,90); }

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

background-color css

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

 a { background-color: rgb(186,47,90); }

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

border-color css

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

 span { border-color: rgb(186,47,90); }

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