Html Css Color HEX #BA2647 Old Rose

📋 copy color: '#BA2647'

red 186 ◦ green 38 ◦ blue 71

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

Shades of Old Rose #BA2647

Tints of Old Rose #BA2647

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.88%

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

R = 63.05%
G = 12.88%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BA2647 (or 0xBA2647) is known color: Old Rose. HEX triplet: BA, 26 and 47. RGB value is (186,38,71). Sum of RGB (Red+Green+Blue) = 186+38+71=295 (39% of max value = 765). Red value is 186 (73.05% from 255 or 63.05% from 295); Green value is 38 (15.23% from 255 or 12.88% from 295); Blue value is 71 (28.12% from 255 or 24.07% from 295); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2647 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2647 is #45D9B8. Grayscale: #565656. Windows color (decimal): -4577721 or 4662970. OLE color: 4662970.

HSL color Cylindrical-coordinate representation of color #BA2647: hue angle of 346.62º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA2647 is Cyan = 0, Magento = 0.80, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 38 71 -
CMYK 0 0.80 0.62 0.27
HSL 346.62º 0.66% 0.44% -
HSV(B) 346.62º 0.8% 0.73% -
XYZ 22.08 12.28 7.17 -
YUV 86.01 119.53 199.32 -
System Red Green Blue C M Y K H S L
Decimal 186 38 71 0 0.80 0.62 0.27 346.62 0.66 0.44
Hex BA 26 47 0 50 3E 1B 15B 42 2C
Octal 272 46 107 0 120 76 33 533 102 54
Binary 10111010 100110 1000111 0 1010000 111110 11011 101011011 1000010 101100

Color Harmonies of #BA2647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2647

Black with #BA2647

Text Example


Text Example

White with #BA2647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2647; }

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

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

background-color css

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

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

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

border-color css

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

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

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