Html Css Color HEX #BA3C58 Old Rose

📋 copy color: '#BA3C58'

red 186 ◦ green 60 ◦ blue 88

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

Shades of Old Rose #BA3C58

Tints of Old Rose #BA3C58

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.96%

 BLUE value IS 88 (34.77% from 255) = 26.35%

R = 55.69%
G = 17.96%
B = 26.35%

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

#BA3C58 (or 0xBA3C58) is known color: Old Rose. HEX triplet: BA, 3C and 58. RGB value is (186,60,88). Sum of RGB (Red+Green+Blue) = 186+60+88=334 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.69% from 334); Green value is 60 (23.83% from 255 or 17.96% from 334); Blue value is 88 (34.77% from 255 or 26.35% from 334); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3C58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3C58 is #45C3A7. Grayscale: #646464. Windows color (decimal): -4572072 or 5782714. OLE color: 5782714.

HSL color Cylindrical-coordinate representation of color #BA3C58: hue angle of 346.67º degrees, saturation: 0.51, 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 #BA3C58 is Cyan = 0, Magento = 0.68, Yellow = 0.53 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 60 88 -
CMYK 0 0.68 0.53 0.27
HSL 346.67º 0.51% 0.48% -
HSV(B) 346.67º 0.68% 0.73% -
XYZ 23.63 14.38 10.76 -
YUV 100.87 120.74 188.72 -
System Red Green Blue C M Y K H S L
Decimal 186 60 88 0 0.68 0.53 0.27 346.67 0.51 0.48
Hex BA 3C 58 0 44 35 1B 15B 33 30
Octal 272 74 130 0 104 65 33 533 63 60
Binary 10111010 111100 1011000 0 1000100 110101 11011 101011011 110011 110000

Color Harmonies of #BA3C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3C58

Black with #BA3C58

Text Example


Text Example

White with #BA3C58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3C58; }

 p { color: rgb(186,60,88); }

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

background-color css

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

 a { background-color: rgb(186,60,88); }

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

border-color css

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

 span { border-color: rgb(186,60,88); }

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