Html Css Color HEX #BA2756 Old Rose

📋 copy color: '#BA2756'

red 186 ◦ green 39 ◦ blue 86

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

Shades of Old Rose #BA2756

Tints of Old Rose #BA2756

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 27.65%

R = 59.81%
G = 12.54%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#BA2756 (or 0xBA2756) is known color: Old Rose. HEX triplet: BA, 27 and 56. RGB value is (186,39,86). Sum of RGB (Red+Green+Blue) = 186+39+86=311 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.81% from 311); Green value is 39 (15.62% from 255 or 12.54% from 311); Blue value is 86 (33.98% from 255 or 27.65% from 311); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2756 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2756 is #45D8A9. Grayscale: #585858. Windows color (decimal): -4577450 or 5646266. OLE color: 5646266.

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

Color convert

RGB 186 39 86 -
CMYK 0 0.79 0.54 0.27
HSL 340.82º 0.65% 0.44% -
HSV(B) 340.82º 0.79% 0.73% -
XYZ 22.65 12.56 10.03 -
YUV 88.31 126.7 197.68 -
System Red Green Blue C M Y K H S L
Decimal 186 39 86 0 0.79 0.54 0.27 340.82 0.65 0.44
Hex BA 27 56 0 4F 36 1B 155 41 2C
Octal 272 47 126 0 117 66 33 525 101 54
Binary 10111010 100111 1010110 0 1001111 110110 11011 101010101 1000001 101100

Color Harmonies of #BA2756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2756

Black with #BA2756

Text Example


Text Example

White with #BA2756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2756; }

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

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

background-color css

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

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

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

border-color css

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

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

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