Html Css Color HEX #BA2763 Old Rose

📋 copy color: '#BA2763'

red 186 ◦ green 39 ◦ blue 99

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

Shades of Old Rose #BA2763

Tints of Old Rose #BA2763

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 30.56%

R = 57.41%
G = 12.04%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BA2763 (or 0xBA2763) is known color: Old Rose. HEX triplet: BA, 27 and 63. RGB value is (186,39,99). Sum of RGB (Red+Green+Blue) = 186+39+99=324 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.41% from 324); Green value is 39 (15.62% from 255 or 12.04% from 324); Blue value is 99 (39.06% from 255 or 30.56% from 324); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2763 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2763 is #45D89C. Grayscale: #595959. Windows color (decimal): -4577437 or 6498234. OLE color: 6498234.

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

Color convert

RGB 186 39 99 -
CMYK 0 0.79 0.47 0.27
HSL 335.51º 0.65% 0.44% -
HSV(B) 335.51º 0.79% 0.73% -
XYZ 23.23 12.79 13.05 -
YUV 89.79 133.2 196.62 -
System Red Green Blue C M Y K H S L
Decimal 186 39 99 0 0.79 0.47 0.27 335.51 0.65 0.44
Hex BA 27 63 0 4F 2F 1B 150 41 2C
Octal 272 47 143 0 117 57 33 520 101 54
Binary 10111010 100111 1100011 0 1001111 101111 11011 101010000 1000001 101100

Color Harmonies of #BA2763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2763

Black with #BA2763

Text Example


Text Example

White with #BA2763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2763; }

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

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

background-color css

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

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

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

border-color css

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

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

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