Html Css Color HEX #BA3B57 Old Rose

📋 copy color: '#BA3B57'

red 186 ◦ green 59 ◦ blue 87

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

Shades of Old Rose #BA3B57

Tints of Old Rose #BA3B57

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.77%

 BLUE value IS 87 (34.38% from 255) = 26.2%

R = 56.02%
G = 17.77%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BA3B57 (or 0xBA3B57) is known color: Old Rose. HEX triplet: BA, 3B and 57. RGB value is (186,59,87). Sum of RGB (Red+Green+Blue) = 186+59+87=332 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.02% from 332); Green value is 59 (23.44% from 255 or 17.77% from 332); Blue value is 87 (34.38% from 255 or 26.20% from 332); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3B57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3B57 is #45C4A8. Grayscale: #646464. Windows color (decimal): -4572329 or 5716922. OLE color: 5716922.

HSL color Cylindrical-coordinate representation of color #BA3B57: hue angle of 346.77º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA3B57 is Cyan = 0, Magento = 0.68, Yellow = 0.53 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 59 87 -
CMYK 0 0.68 0.53 0.27
HSL 346.77º 0.52% 0.48% -
HSV(B) 346.77º 0.68% 0.73% -
XYZ 23.53 14.26 10.53 -
YUV 100.17 120.58 189.22 -
System Red Green Blue C M Y K H S L
Decimal 186 59 87 0 0.68 0.53 0.27 346.77 0.52 0.48
Hex BA 3B 57 0 44 35 1B 15B 34 30
Octal 272 73 127 0 104 65 33 533 64 60
Binary 10111010 111011 1010111 0 1000100 110101 11011 101011011 110100 110000

Color Harmonies of #BA3B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3B57

Black with #BA3B57

Text Example


Text Example

White with #BA3B57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3B57; }

 p { color: rgb(186,59,87); }

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

background-color css

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

 a { background-color: rgb(186,59,87); }

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

border-color css

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

 span { border-color: rgb(186,59,87); }

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