Html Css Color HEX #BA254C Old Rose

📋 copy color: '#BA254C'

red 186 ◦ green 37 ◦ blue 76

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

Shades of Old Rose #BA254C

Tints of Old Rose #BA254C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.37%

 BLUE value IS 76 (30.08% from 255) = 25.42%

R = 62.21%
G = 12.37%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BA254C (or 0xBA254C) is known color: Old Rose. HEX triplet: BA, 25 and 4C. RGB value is (186,37,76). Sum of RGB (Red+Green+Blue) = 186+37+76=299 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.21% from 299); Green value is 37 (14.84% from 255 or 12.37% from 299); Blue value is 76 (30.08% from 255 or 25.42% from 299); Max value from RGB is 186 - color contains mainly: red. Hex color #BA254C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA254C is #45DAB3. Grayscale: #555555. Windows color (decimal): -4577972 or 4990394. OLE color: 4990394.

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

Color convert

RGB 186 37 76 -
CMYK 0 0.80 0.59 0.27
HSL 344.3º 0.67% 0.44% -
HSV(B) 344.3º 0.8% 0.73% -
XYZ 22.22 12.28 8.04 -
YUV 86 122.36 199.33 -
System Red Green Blue C M Y K H S L
Decimal 186 37 76 0 0.80 0.59 0.27 344.3 0.67 0.44
Hex BA 25 4C 0 50 3B 1B 158 43 2C
Octal 272 45 114 0 120 73 33 530 103 54
Binary 10111010 100101 1001100 0 1010000 111011 11011 101011000 1000011 101100

Color Harmonies of #BA254C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA254C

Black with #BA254C

Text Example


Text Example

White with #BA254C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA254C; }

 p { color: rgb(186,37,76); }

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

background-color css

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

 a { background-color: rgb(186,37,76); }

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

border-color css

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

 span { border-color: rgb(186,37,76); }

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