Html Css Color HEX #BA2653 Old Rose

📋 copy color: '#BA2653'

red 186 ◦ green 38 ◦ blue 83

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

Shades of Old Rose #BA2653

Tints of Old Rose #BA2653

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 27.04%

R = 60.59%
G = 12.38%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BA2653 (or 0xBA2653) is known color: Old Rose. HEX triplet: BA, 26 and 53. RGB value is (186,38,83). Sum of RGB (Red+Green+Blue) = 186+38+83=307 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.59% from 307); Green value is 38 (15.23% from 255 or 12.38% from 307); Blue value is 83 (32.81% from 255 or 27.04% from 307); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2653 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2653 is #45D9AC. Grayscale: #575757. Windows color (decimal): -4577709 or 5449402. OLE color: 5449402.

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

Color convert

RGB 186 38 83 -
CMYK 0 0.80 0.55 0.27
HSL 341.76º 0.66% 0.44% -
HSV(B) 341.76º 0.8% 0.73% -
XYZ 22.5 12.45 9.4 -
YUV 87.38 125.53 198.34 -
System Red Green Blue C M Y K H S L
Decimal 186 38 83 0 0.80 0.55 0.27 341.76 0.66 0.44
Hex BA 26 53 0 50 37 1B 156 42 2C
Octal 272 46 123 0 120 67 33 526 102 54
Binary 10111010 100110 1010011 0 1010000 110111 11011 101010110 1000010 101100

Color Harmonies of #BA2653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2653

Black with #BA2653

Text Example


Text Example

White with #BA2653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2653; }

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

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

background-color css

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

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

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

border-color css

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

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

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