Html Css Color HEX #BA255F Old Rose

📋 copy color: '#BA255F'

red 186 ◦ green 37 ◦ blue 95

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

Shades of Old Rose #BA255F

Tints of Old Rose #BA255F

RGB

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

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

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

R = 58.49%
G = 11.64%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BA255F (or 0xBA255F) is known color: Old Rose. HEX triplet: BA, 25 and 5F. RGB value is (186,37,95). Sum of RGB (Red+Green+Blue) = 186+37+95=318 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.49% from 318); Green value is 37 (14.84% from 255 or 11.64% from 318); Blue value is 95 (37.5% from 255 or 29.87% from 318); Max value from RGB is 186 - color contains mainly: red. Hex color #BA255F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA255F is #45DAA0. Grayscale: #585858. Windows color (decimal): -4577953 or 6235578. OLE color: 6235578.

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

Color convert

RGB 186 37 95 -
CMYK 0 0.80 0.49 0.27
HSL 336.64º 0.67% 0.44% -
HSV(B) 336.64º 0.8% 0.73% -
XYZ 22.98 12.59 12.05 -
YUV 88.16 131.86 197.78 -
System Red Green Blue C M Y K H S L
Decimal 186 37 95 0 0.80 0.49 0.27 336.64 0.67 0.44
Hex BA 25 5F 0 50 31 1B 151 43 2C
Octal 272 45 137 0 120 61 33 521 103 54
Binary 10111010 100101 1011111 0 1010000 110001 11011 101010001 1000011 101100

Color Harmonies of #BA255F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA255F

Black with #BA255F

Text Example


Text Example

White with #BA255F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA255F; }

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

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

background-color css

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

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

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

border-color css

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

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

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