Html Css Color HEX #BA3355 Old Rose

📋 copy color: '#BA3355'

red 186 ◦ green 51 ◦ blue 85

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

Shades of Old Rose #BA3355

Tints of Old Rose #BA3355

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.84%

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

R = 57.76%
G = 15.84%
B = 26.4%

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

#BA3355 (or 0xBA3355) is known color: Old Rose. HEX triplet: BA, 33 and 55. RGB value is (186,51,85). Sum of RGB (Red+Green+Blue) = 186+51+85=322 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.76% from 322); Green value is 51 (20.31% from 255 or 15.84% from 322); Blue value is 85 (33.59% from 255 or 26.40% from 322); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3355 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3355 is #45CCAA. Grayscale: #5F5F5F. Windows color (decimal): -4574379 or 5583802. OLE color: 5583802.

HSL color Cylindrical-coordinate representation of color #BA3355: hue angle of 344.89º degrees, saturation: 0.57, 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 #BA3355 is Cyan = 0, Magento = 0.73, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 51 85 -
CMYK 0 0.73 0.54 0.27
HSL 344.89º 0.57% 0.46% -
HSV(B) 344.89º 0.73% 0.73% -
XYZ 23.07 13.46 9.98 -
YUV 95.24 122.23 192.74 -
System Red Green Blue C M Y K H S L
Decimal 186 51 85 0 0.73 0.54 0.27 344.89 0.57 0.46
Hex BA 33 55 0 49 36 1B 159 39 2E
Octal 272 63 125 0 111 66 33 531 71 56
Binary 10111010 110011 1010101 0 1001001 110110 11011 101011001 111001 101110

Color Harmonies of #BA3355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3355

Black with #BA3355

Text Example


Text Example

White with #BA3355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3355; }

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

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

background-color css

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

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

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

border-color css

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

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

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