Html Css Color HEX #BA3556 Old Rose

📋 copy color: '#BA3556'

red 186 ◦ green 53 ◦ blue 86

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

Shades of Old Rose #BA3556

Tints of Old Rose #BA3556

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 26.46%

R = 57.23%
G = 16.31%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#BA3556 (or 0xBA3556) is known color: Old Rose. HEX triplet: BA, 35 and 56. RGB value is (186,53,86). Sum of RGB (Red+Green+Blue) = 186+53+86=325 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.23% from 325); Green value is 53 (21.09% from 255 or 16.31% from 325); Blue value is 86 (33.98% from 255 or 26.46% from 325); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3556 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3556 is #45CAA9. Grayscale: #606060. Windows color (decimal): -4573866 or 5649850. OLE color: 5649850.

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

Color convert

RGB 186 53 86 -
CMYK 0 0.72 0.54 0.27
HSL 345.11º 0.56% 0.47% -
HSV(B) 345.11º 0.72% 0.73% -
XYZ 23.2 13.66 10.22 -
YUV 96.53 122.06 191.82 -
System Red Green Blue C M Y K H S L
Decimal 186 53 86 0 0.72 0.54 0.27 345.11 0.56 0.47
Hex BA 35 56 0 48 36 1B 159 38 2F
Octal 272 65 126 0 110 66 33 531 70 57
Binary 10111010 110101 1010110 0 1001000 110110 11011 101011001 111000 101111

Color Harmonies of #BA3556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3556

Black with #BA3556

Text Example


Text Example

White with #BA3556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3556; }

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

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

background-color css

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

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

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

border-color css

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

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

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