Html Css Color HEX #BA3551 Old Rose

📋 copy color: '#BA3551'

red 186 ◦ green 53 ◦ blue 81

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

Shades of Old Rose #BA3551

Tints of Old Rose #BA3551

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.56%

 BLUE value IS 81 (32.03% from 255) = 25.31%

R = 58.13%
G = 16.56%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BA3551 (or 0xBA3551) is known color: Old Rose. HEX triplet: BA, 35 and 51. RGB value is (186,53,81). Sum of RGB (Red+Green+Blue) = 186+53+81=320 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.12% from 320); Green value is 53 (21.09% from 255 or 16.56% from 320); Blue value is 81 (32.03% from 255 or 25.31% from 320); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3551 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3551 is #45CAAE. Grayscale: #5F5F5F. Windows color (decimal): -4573871 or 5322170. OLE color: 5322170.

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

Color convert

RGB 186 53 81 -
CMYK 0 0.72 0.56 0.27
HSL 347.37º 0.56% 0.47% -
HSV(B) 347.37º 0.72% 0.73% -
XYZ 23.01 13.58 9.19 -
YUV 95.96 119.56 192.22 -
System Red Green Blue C M Y K H S L
Decimal 186 53 81 0 0.72 0.56 0.27 347.37 0.56 0.47
Hex BA 35 51 0 48 38 1B 15B 38 2F
Octal 272 65 121 0 110 70 33 533 70 57
Binary 10111010 110101 1010001 0 1001000 111000 11011 101011011 111000 101111

Color Harmonies of #BA3551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3551

Black with #BA3551

Text Example


Text Example

White with #BA3551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3551; }

 p { color: rgb(186,53,81); }

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

background-color css

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

 a { background-color: rgb(186,53,81); }

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

border-color css

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

 span { border-color: rgb(186,53,81); }

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