Html Css Color HEX #BA255A Old Rose

📋 copy color: '#BA255A'

red 186 ◦ green 37 ◦ blue 90

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

Shades of Old Rose #BA255A

Tints of Old Rose #BA255A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 28.75%

R = 59.42%
G = 11.82%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BA255A (or 0xBA255A) is known color: Old Rose. HEX triplet: BA, 25 and 5A. RGB value is (186,37,90). Sum of RGB (Red+Green+Blue) = 186+37+90=313 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.42% from 313); Green value is 37 (14.84% from 255 or 11.82% from 313); Blue value is 90 (35.55% from 255 or 28.75% from 313); Max value from RGB is 186 - color contains mainly: red. Hex color #BA255A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA255A is #45DAA5. Grayscale: #575757. Windows color (decimal): -4577958 or 5907898. OLE color: 5907898.

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

Color convert

RGB 186 37 90 -
CMYK 0 0.80 0.52 0.27
HSL 338.66º 0.67% 0.44% -
HSV(B) 338.66º 0.8% 0.73% -
XYZ 22.76 12.5 10.89 -
YUV 87.59 129.36 198.19 -
System Red Green Blue C M Y K H S L
Decimal 186 37 90 0 0.80 0.52 0.27 338.66 0.67 0.44
Hex BA 25 5A 0 50 34 1B 153 43 2C
Octal 272 45 132 0 120 64 33 523 103 54
Binary 10111010 100101 1011010 0 1010000 110100 11011 101010011 1000011 101100

Color Harmonies of #BA255A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA255A

Black with #BA255A

Text Example


Text Example

White with #BA255A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA255A; }

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

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

background-color css

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

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

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

border-color css

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

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

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