Html Css Color HEX #BA2F5E Old Rose

📋 copy color: '#BA2F5E'

red 186 ◦ green 47 ◦ blue 94

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

Shades of Old Rose #BA2F5E

Tints of Old Rose #BA2F5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 28.75%

R = 56.88%
G = 14.37%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BA2F5E (or 0xBA2F5E) is known color: Old Rose. HEX triplet: BA, 2F and 5E. RGB value is (186,47,94). Sum of RGB (Red+Green+Blue) = 186+47+94=327 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.88% from 327); Green value is 47 (18.75% from 255 or 14.37% from 327); Blue value is 94 (37.11% from 255 or 28.75% from 327); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2F5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2F5E is #45D0A1. Grayscale: #5D5D5D. Windows color (decimal): -4575394 or 6172602. OLE color: 6172602.

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

Color convert

RGB 186 47 94 -
CMYK 0 0.75 0.49 0.27
HSL 339.71º 0.6% 0.46% -
HSV(B) 339.71º 0.75% 0.73% -
XYZ 23.29 13.28 11.93 -
YUV 93.92 128.05 193.68 -
System Red Green Blue C M Y K H S L
Decimal 186 47 94 0 0.75 0.49 0.27 339.71 0.6 0.46
Hex BA 2F 5E 0 4B 31 1B 154 3C 2E
Octal 272 57 136 0 113 61 33 524 74 56
Binary 10111010 101111 1011110 0 1001011 110001 11011 101010100 111100 101110

Color Harmonies of #BA2F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2F5E

Black with #BA2F5E

Text Example


Text Example

White with #BA2F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2F5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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