Html Css Color HEX #BA2754 Old Rose

📋 copy color: '#BA2754'

red 186 ◦ green 39 ◦ blue 84

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

Shades of Old Rose #BA2754

Tints of Old Rose #BA2754

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 27.18%

R = 60.19%
G = 12.62%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BA2754 (or 0xBA2754) is known color: Old Rose. HEX triplet: BA, 27 and 54. RGB value is (186,39,84). Sum of RGB (Red+Green+Blue) = 186+39+84=309 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.19% from 309); Green value is 39 (15.62% from 255 or 12.62% from 309); Blue value is 84 (33.20% from 255 or 27.18% from 309); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2754 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2754 is #45D8AB. Grayscale: #585858. Windows color (decimal): -4577452 or 5515194. OLE color: 5515194.

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

Color convert

RGB 186 39 84 -
CMYK 0 0.79 0.55 0.27
HSL 341.63º 0.65% 0.44% -
HSV(B) 341.63º 0.79% 0.73% -
XYZ 22.58 12.53 9.62 -
YUV 88.08 125.7 197.84 -
System Red Green Blue C M Y K H S L
Decimal 186 39 84 0 0.79 0.55 0.27 341.63 0.65 0.44
Hex BA 27 54 0 4F 37 1B 156 41 2C
Octal 272 47 124 0 117 67 33 526 101 54
Binary 10111010 100111 1010100 0 1001111 110111 11011 101010110 1000001 101100

Color Harmonies of #BA2754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2754

Black with #BA2754

Text Example


Text Example

White with #BA2754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2754; }

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

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

background-color css

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

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

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

border-color css

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

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

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