Html Css Color HEX #BA245C Old Rose

📋 copy color: '#BA245C'

red 186 ◦ green 36 ◦ blue 92

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

Shades of Old Rose #BA245C

Tints of Old Rose #BA245C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 29.3%

R = 59.24%
G = 11.46%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BA245C (or 0xBA245C) is known color: Old Rose. HEX triplet: BA, 24 and 5C. RGB value is (186,36,92). Sum of RGB (Red+Green+Blue) = 186+36+92=314 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.24% from 314); Green value is 36 (14.45% from 255 or 11.46% from 314); Blue value is 92 (36.33% from 255 or 29.30% from 314); Max value from RGB is 186 - color contains mainly: red. Hex color #BA245C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA245C is #45DBA3. Grayscale: #575757. Windows color (decimal): -4578212 or 6038714. OLE color: 6038714.

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

Color convert

RGB 186 36 92 -
CMYK 0 0.81 0.51 0.27
HSL 337.6º 0.68% 0.44% -
HSV(B) 337.6º 0.81% 0.73% -
XYZ 22.81 12.47 11.33 -
YUV 87.23 130.7 198.45 -
System Red Green Blue C M Y K H S L
Decimal 186 36 92 0 0.81 0.51 0.27 337.6 0.68 0.44
Hex BA 24 5C 0 51 33 1B 152 44 2C
Octal 272 44 134 0 121 63 33 522 104 54
Binary 10111010 100100 1011100 0 1010001 110011 11011 101010010 1000100 101100

Color Harmonies of #BA245C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA245C

Black with #BA245C

Text Example


Text Example

White with #BA245C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA245C; }

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

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

background-color css

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

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

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

border-color css

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

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

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