Html Css Color HEX #BA2B5B Old Rose

📋 copy color: '#BA2B5B'

red 186 ◦ green 43 ◦ blue 91

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

Shades of Old Rose #BA2B5B

Tints of Old Rose #BA2B5B

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.44%

 BLUE value IS 91 (35.94% from 255) = 28.44%

R = 58.13%
G = 13.44%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BA2B5B (or 0xBA2B5B) is known color: Old Rose. HEX triplet: BA, 2B and 5B. RGB value is (186,43,91). Sum of RGB (Red+Green+Blue) = 186+43+91=320 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.12% from 320); Green value is 43 (17.19% from 255 or 13.44% from 320); Blue value is 91 (35.94% from 255 or 28.44% from 320); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2B5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2B5B is #45D4A4. Grayscale: #5B5B5B. Windows color (decimal): -4576421 or 5974970. OLE color: 5974970.

HSL color Cylindrical-coordinate representation of color #BA2B5B: hue angle of 339.86º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA2B5B is Cyan = 0, Magento = 0.77, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 43 91 -
CMYK 0 0.77 0.51 0.27
HSL 339.86º 0.62% 0.45% -
HSV(B) 339.86º 0.77% 0.73% -
XYZ 23 12.92 11.18 -
YUV 91.23 127.88 195.6 -
System Red Green Blue C M Y K H S L
Decimal 186 43 91 0 0.77 0.51 0.27 339.86 0.62 0.45
Hex BA 2B 5B 0 4D 33 1B 154 3E 2D
Octal 272 53 133 0 115 63 33 524 76 55
Binary 10111010 101011 1011011 0 1001101 110011 11011 101010100 111110 101101

Color Harmonies of #BA2B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2B5B

Black with #BA2B5B

Text Example


Text Example

White with #BA2B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2B5B; }

 p { color: rgb(186,43,91); }

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

background-color css

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

 a { background-color: rgb(186,43,91); }

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

border-color css

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

 span { border-color: rgb(186,43,91); }

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