Html Css Color HEX #BA2F52 Old Rose

📋 copy color: '#BA2F52'

red 186 ◦ green 47 ◦ blue 82

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

Shades of Old Rose #BA2F52

Tints of Old Rose #BA2F52

RGB

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

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

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

R = 59.05%
G = 14.92%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BA2F52 (or 0xBA2F52) is known color: Old Rose. HEX triplet: BA, 2F and 52. RGB value is (186,47,82). Sum of RGB (Red+Green+Blue) = 186+47+82=315 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.05% from 315); Green value is 47 (18.75% from 255 or 14.92% from 315); Blue value is 82 (32.42% from 255 or 26.03% from 315); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2F52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2F52 is #45D0AD. Grayscale: #5C5C5C. Windows color (decimal): -4575406 or 5386170. OLE color: 5386170.

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

Color convert

RGB 186 47 82 -
CMYK 0 0.75 0.56 0.27
HSL 344.89º 0.6% 0.46% -
HSV(B) 344.89º 0.75% 0.73% -
XYZ 22.79 13.08 9.31 -
YUV 92.55 122.05 194.65 -
System Red Green Blue C M Y K H S L
Decimal 186 47 82 0 0.75 0.56 0.27 344.89 0.6 0.46
Hex BA 2F 52 0 4B 38 1B 159 3C 2E
Octal 272 57 122 0 113 70 33 531 74 56
Binary 10111010 101111 1010010 0 1001011 111000 11011 101011001 111100 101110

Color Harmonies of #BA2F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2F52

Black with #BA2F52

Text Example


Text Example

White with #BA2F52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2F52; }

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

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

background-color css

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

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

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

border-color css

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

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

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