Html Css Color HEX #BA2F50 Old Rose

📋 copy color: '#BA2F50'

red 186 ◦ green 47 ◦ blue 80

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

Shades of Old Rose #BA2F50

Tints of Old Rose #BA2F50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 25.56%

R = 59.42%
G = 15.02%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BA2F50 (or 0xBA2F50) is known color: Old Rose. HEX triplet: BA, 2F and 50. RGB value is (186,47,80). Sum of RGB (Red+Green+Blue) = 186+47+80=313 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.42% from 313); Green value is 47 (18.75% from 255 or 15.02% from 313); Blue value is 80 (31.64% from 255 or 25.56% from 313); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2F50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2F50 is #45D0AF. Grayscale: #5C5C5C. Windows color (decimal): -4575408 or 5255098. OLE color: 5255098.

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

Color convert

RGB 186 47 80 -
CMYK 0 0.75 0.57 0.27
HSL 345.76º 0.6% 0.46% -
HSV(B) 345.76º 0.75% 0.73% -
XYZ 22.71 13.05 8.91 -
YUV 92.32 121.05 194.82 -
System Red Green Blue C M Y K H S L
Decimal 186 47 80 0 0.75 0.57 0.27 345.76 0.6 0.46
Hex BA 2F 50 0 4B 39 1B 15A 3C 2E
Octal 272 57 120 0 113 71 33 532 74 56
Binary 10111010 101111 1010000 0 1001011 111001 11011 101011010 111100 101110

Color Harmonies of #BA2F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2F50

Black with #BA2F50

Text Example


Text Example

White with #BA2F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2F50; }

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

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

background-color css

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

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

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

border-color css

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

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

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