Html Css Color HEX #BA245F Old Rose

📋 copy color: '#BA245F'

red 186 ◦ green 36 ◦ blue 95

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

Shades of Old Rose #BA245F

Tints of Old Rose #BA245F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.36%

 BLUE value IS 95 (37.5% from 255) = 29.97%

R = 58.68%
G = 11.36%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BA245F (or 0xBA245F) is known color: Old Rose. HEX triplet: BA, 24 and 5F. RGB value is (186,36,95). Sum of RGB (Red+Green+Blue) = 186+36+95=317 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.68% from 317); Green value is 36 (14.45% from 255 or 11.36% from 317); Blue value is 95 (37.5% from 255 or 29.97% from 317); Max value from RGB is 186 - color contains mainly: red. Hex color #BA245F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA245F is #45DBA0. Grayscale: #575757. Windows color (decimal): -4578209 or 6235322. OLE color: 6235322.

HSL color Cylindrical-coordinate representation of color #BA245F: hue angle of 336.4º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA245F is Cyan = 0, Magento = 0.81, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 36 95 -
CMYK 0 0.81 0.49 0.27
HSL 336.4º 0.68% 0.44% -
HSV(B) 336.4º 0.81% 0.73% -
XYZ 22.95 12.53 12.04 -
YUV 87.58 132.2 198.2 -
System Red Green Blue C M Y K H S L
Decimal 186 36 95 0 0.81 0.49 0.27 336.4 0.68 0.44
Hex BA 24 5F 0 51 31 1B 150 44 2C
Octal 272 44 137 0 121 61 33 520 104 54
Binary 10111010 100100 1011111 0 1010001 110001 11011 101010000 1000100 101100

Color Harmonies of #BA245F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA245F

Black with #BA245F

Text Example


Text Example

White with #BA245F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA245F; }

 p { color: rgb(186,36,95); }

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

background-color css

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

 a { background-color: rgb(186,36,95); }

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

border-color css

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

 span { border-color: rgb(186,36,95); }

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