Html Css Color HEX #BA3655 Old Rose

📋 copy color: '#BA3655'

red 186 ◦ green 54 ◦ blue 85

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

Shades of Old Rose #BA3655

Tints of Old Rose #BA3655

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.62%

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

R = 57.23%
G = 16.62%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#BA3655 (or 0xBA3655) is known color: Old Rose. HEX triplet: BA, 36 and 55. RGB value is (186,54,85). Sum of RGB (Red+Green+Blue) = 186+54+85=325 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.23% from 325); Green value is 54 (21.48% from 255 or 16.62% from 325); Blue value is 85 (33.59% from 255 or 26.15% from 325); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3655 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3655 is #45C9AA. Grayscale: #616161. Windows color (decimal): -4573611 or 5584570. OLE color: 5584570.

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

Color convert

RGB 186 54 85 -
CMYK 0 0.71 0.54 0.27
HSL 345.91º 0.55% 0.47% -
HSV(B) 345.91º 0.71% 0.73% -
XYZ 23.21 13.73 10.02 -
YUV 97 121.23 191.48 -
System Red Green Blue C M Y K H S L
Decimal 186 54 85 0 0.71 0.54 0.27 345.91 0.55 0.47
Hex BA 36 55 0 47 36 1B 15A 37 2F
Octal 272 66 125 0 107 66 33 532 67 57
Binary 10111010 110110 1010101 0 1000111 110110 11011 101011010 110111 101111

Color Harmonies of #BA3655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3655

Black with #BA3655

Text Example


Text Example

White with #BA3655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3655; }

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

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

background-color css

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

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

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

border-color css

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

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

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