Html Css Color HEX #BA255C Old Rose

📋 copy color: '#BA255C'

red 186 ◦ green 37 ◦ blue 92

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

Shades of Old Rose #BA255C

Tints of Old Rose #BA255C

RGB

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

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

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

R = 59.05%
G = 11.75%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BA255C (or 0xBA255C) is known color: Old Rose. HEX triplet: BA, 25 and 5C. RGB value is (186,37,92). Sum of RGB (Red+Green+Blue) = 186+37+92=315 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.05% from 315); Green value is 37 (14.84% from 255 or 11.75% from 315); Blue value is 92 (36.33% from 255 or 29.21% from 315); Max value from RGB is 186 - color contains mainly: red. Hex color #BA255C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA255C is #45DAA3. Grayscale: #575757. Windows color (decimal): -4577956 or 6038970. OLE color: 6038970.

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

Color convert

RGB 186 37 92 -
CMYK 0 0.80 0.51 0.27
HSL 337.85º 0.67% 0.44% -
HSV(B) 337.85º 0.8% 0.73% -
XYZ 22.84 12.53 11.34 -
YUV 87.82 130.36 198.03 -
System Red Green Blue C M Y K H S L
Decimal 186 37 92 0 0.80 0.51 0.27 337.85 0.67 0.44
Hex BA 25 5C 0 50 33 1B 152 43 2C
Octal 272 45 134 0 120 63 33 522 103 54
Binary 10111010 100101 1011100 0 1010000 110011 11011 101010010 1000011 101100

Color Harmonies of #BA255C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA255C

Black with #BA255C

Text Example


Text Example

White with #BA255C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA255C; }

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

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

background-color css

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

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

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

border-color css

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

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

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