Html Css Color HEX #BA2752 Old Rose

📋 copy color: '#BA2752'

red 186 ◦ green 39 ◦ blue 82

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

Shades of Old Rose #BA2752

Tints of Old Rose #BA2752

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 26.71%

R = 60.59%
G = 12.7%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BA2752 (or 0xBA2752) is known color: Old Rose. HEX triplet: BA, 27 and 52. RGB value is (186,39,82). Sum of RGB (Red+Green+Blue) = 186+39+82=307 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.59% from 307); Green value is 39 (15.62% from 255 or 12.70% from 307); Blue value is 82 (32.42% from 255 or 26.71% from 307); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2752 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2752 is #45D8AD. Grayscale: #575757. Windows color (decimal): -4577454 or 5384122. OLE color: 5384122.

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

Color convert

RGB 186 39 82 -
CMYK 0 0.79 0.56 0.27
HSL 342.45º 0.65% 0.44% -
HSV(B) 342.45º 0.79% 0.73% -
XYZ 22.5 12.5 9.21 -
YUV 87.86 124.7 198 -
System Red Green Blue C M Y K H S L
Decimal 186 39 82 0 0.79 0.56 0.27 342.45 0.65 0.44
Hex BA 27 52 0 4F 38 1B 156 41 2C
Octal 272 47 122 0 117 70 33 526 101 54
Binary 10111010 100111 1010010 0 1001111 111000 11011 101010110 1000001 101100

Color Harmonies of #BA2752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2752

Black with #BA2752

Text Example


Text Example

White with #BA2752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2752; }

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

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

background-color css

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

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

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

border-color css

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

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

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