Html Css Color HEX #BA3255 Old Rose

📋 copy color: '#BA3255'

red 186 ◦ green 50 ◦ blue 85

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

Shades of Old Rose #BA3255

Tints of Old Rose #BA3255

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.58%

 BLUE value IS 85 (33.59% from 255) = 26.48%

R = 57.94%
G = 15.58%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#BA3255 (or 0xBA3255) is known color: Old Rose. HEX triplet: BA, 32 and 55. RGB value is (186,50,85). Sum of RGB (Red+Green+Blue) = 186+50+85=321 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.94% from 321); Green value is 50 (19.92% from 255 or 15.58% from 321); Blue value is 85 (33.59% from 255 or 26.48% from 321); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3255 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3255 is #45CDAA. Grayscale: #5E5E5E. Windows color (decimal): -4574635 or 5583546. OLE color: 5583546.

HSL color Cylindrical-coordinate representation of color #BA3255: hue angle of 344.56º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA3255 is Cyan = 0, Magento = 0.73, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 50 85 -
CMYK 0 0.73 0.54 0.27
HSL 344.56º 0.58% 0.46% -
HSV(B) 344.56º 0.73% 0.73% -
XYZ 23.03 13.38 9.96 -
YUV 94.65 122.56 193.15 -
System Red Green Blue C M Y K H S L
Decimal 186 50 85 0 0.73 0.54 0.27 344.56 0.58 0.46
Hex BA 32 55 0 49 36 1B 159 3A 2E
Octal 272 62 125 0 111 66 33 531 72 56
Binary 10111010 110010 1010101 0 1001001 110110 11011 101011001 111010 101110

Color Harmonies of #BA3255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3255

Black with #BA3255

Text Example


Text Example

White with #BA3255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3255; }

 p { color: rgb(186,50,85); }

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

background-color css

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

 a { background-color: rgb(186,50,85); }

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

border-color css

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

 span { border-color: rgb(186,50,85); }

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