Html Css Color HEX #BA1854 Old Rose

📋 copy color: '#BA1854'

red 186 ◦ green 24 ◦ blue 84

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

Shades of Old Rose #BA1854

Tints of Old Rose #BA1854

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.16%

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

R = 63.27%
G = 8.16%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BA1854 (or 0xBA1854) is known color: Old Rose. HEX triplet: BA, 18 and 54. RGB value is (186,24,84). Sum of RGB (Red+Green+Blue) = 186+24+84=294 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.27% from 294); Green value is 24 (9.77% from 255 or 8.16% from 294); Blue value is 84 (33.20% from 255 or 28.57% from 294); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1854 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1854 is #45E7AB. Grayscale: #4F4F4F. Windows color (decimal): -4581292 or 5511354. OLE color: 5511354.

HSL color Cylindrical-coordinate representation of color #BA1854: hue angle of 337.78º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA1854 is Cyan = 0, Magento = 0.87, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 24 84 -
CMYK 0 0.87 0.55 0.27
HSL 337.78º 0.77% 0.41% -
HSV(B) 337.78º 0.87% 0.73% -
XYZ 22.18 11.73 9.48 -
YUV 79.28 130.67 204.12 -
System Red Green Blue C M Y K H S L
Decimal 186 24 84 0 0.87 0.55 0.27 337.78 0.77 0.41
Hex BA 18 54 0 57 37 1B 152 4D 29
Octal 272 30 124 0 127 67 33 522 115 51
Binary 10111010 11000 1010100 0 1010111 110111 11011 101010010 1001101 101001

Color Harmonies of #BA1854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1854

Black with #BA1854

Text Example


Text Example

White with #BA1854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1854; }

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

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

background-color css

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

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

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

border-color css

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

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

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