Html Css Color HEX #BA2758 Old Rose

📋 copy color: '#BA2758'

red 186 ◦ green 39 ◦ blue 88

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

Shades of Old Rose #BA2758

Tints of Old Rose #BA2758

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.46%

 BLUE value IS 88 (34.77% from 255) = 28.12%

R = 59.42%
G = 12.46%
B = 28.12%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BA2758 (or 0xBA2758) is known color: Old Rose. HEX triplet: BA, 27 and 58. RGB value is (186,39,88). Sum of RGB (Red+Green+Blue) = 186+39+88=313 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.42% from 313); Green value is 39 (15.62% from 255 or 12.46% from 313); Blue value is 88 (34.77% from 255 or 28.12% from 313); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2758 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2758 is #45D8A7. Grayscale: #585858. Windows color (decimal): -4577448 or 5777338. OLE color: 5777338.

HSL color Cylindrical-coordinate representation of color #BA2758: hue angle of 340º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BA2758 is Cyan = 0, Magento = 0.79, Yellow = 0.53 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 39 88 -
CMYK 0 0.79 0.53 0.27
HSL 340º 0.65% 0.44% -
HSV(B) 340º 0.79% 0.73% -
XYZ 22.74 12.59 10.47 -
YUV 88.54 127.7 197.52 -
System Red Green Blue C M Y K H S L
Decimal 186 39 88 0 0.79 0.53 0.27 340 0.65 0.44
Hex BA 27 58 0 4F 35 1B 154 41 2C
Octal 272 47 130 0 117 65 33 524 101 54
Binary 10111010 100111 1011000 0 1001111 110101 11011 101010100 1000001 101100

Color Harmonies of #BA2758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2758

Black with #BA2758

Text Example


Text Example

White with #BA2758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2758; }

 p { color: rgb(186,39,88); }

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

background-color css

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

 a { background-color: rgb(186,39,88); }

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

border-color css

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

 span { border-color: rgb(186,39,88); }

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