Html Css Color HEX #BA2F5D Old Rose

📋 copy color: '#BA2F5D'

red 186 ◦ green 47 ◦ blue 93

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

Shades of Old Rose #BA2F5D

Tints of Old Rose #BA2F5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 28.53%

R = 57.06%
G = 14.42%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.5

 K value IS 0.27

RGB Variations

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

Color information

#BA2F5D (or 0xBA2F5D) is known color: Old Rose. HEX triplet: BA, 2F and 5D. RGB value is (186,47,93). Sum of RGB (Red+Green+Blue) = 186+47+93=326 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.06% from 326); Green value is 47 (18.75% from 255 or 14.42% from 326); Blue value is 93 (36.72% from 255 or 28.53% from 326); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2F5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2F5D is #45D0A2. Grayscale: #5D5D5D. Windows color (decimal): -4575395 or 6107066. OLE color: 6107066.

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

Color convert

RGB 186 47 93 -
CMYK 0 0.75 0.5 0.27
HSL 340.14º 0.6% 0.46% -
HSV(B) 340.14º 0.75% 0.73% -
XYZ 23.24 13.26 11.69 -
YUV 93.81 127.55 193.76 -
System Red Green Blue C M Y K H S L
Decimal 186 47 93 0 0.75 0.5 0.27 340.14 0.6 0.46
Hex BA 2F 5D 0 4B 32 1B 154 3C 2E
Octal 272 57 135 0 113 62 33 524 74 56
Binary 10111010 101111 1011101 0 1001011 110010 11011 101010100 111100 101110

Color Harmonies of #BA2F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2F5D

Black with #BA2F5D

Text Example


Text Example

White with #BA2F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2F5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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