Html Css Color HEX #BA2F47 Old Rose

📋 copy color: '#BA2F47'

red 186 ◦ green 47 ◦ blue 71

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

Shades of Old Rose #BA2F47

Tints of Old Rose #BA2F47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 23.36%

R = 61.18%
G = 15.46%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BA2F47 (or 0xBA2F47) is known color: Old Rose. HEX triplet: BA, 2F and 47. RGB value is (186,47,71). Sum of RGB (Red+Green+Blue) = 186+47+71=304 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.18% from 304); Green value is 47 (18.75% from 255 or 15.46% from 304); Blue value is 71 (28.12% from 255 or 23.36% from 304); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2F47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2F47 is #45D0B8. Grayscale: #5B5B5B. Windows color (decimal): -4575417 or 4665274. OLE color: 4665274.

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

Color convert

RGB 186 47 71 -
CMYK 0 0.75 0.62 0.27
HSL 349.64º 0.6% 0.46% -
HSV(B) 349.64º 0.75% 0.73% -
XYZ 22.4 12.93 7.28 -
YUV 91.3 116.55 195.55 -
System Red Green Blue C M Y K H S L
Decimal 186 47 71 0 0.75 0.62 0.27 349.64 0.6 0.46
Hex BA 2F 47 0 4B 3E 1B 15E 3C 2E
Octal 272 57 107 0 113 76 33 536 74 56
Binary 10111010 101111 1000111 0 1001011 111110 11011 101011110 111100 101110

Color Harmonies of #BA2F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2F47

Black with #BA2F47

Text Example


Text Example

White with #BA2F47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2F47; }

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

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

background-color css

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

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

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

border-color css

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

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

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