Html Css Color HEX #BA3B58 Old Rose

📋 copy color: '#BA3B58'

red 186 ◦ green 59 ◦ blue 88

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

Shades of Old Rose #BA3B58

Tints of Old Rose #BA3B58

RGB

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

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

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

R = 55.86%
G = 17.72%
B = 26.43%

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

#BA3B58 (or 0xBA3B58) is known color: Old Rose. HEX triplet: BA, 3B and 58. RGB value is (186,59,88). Sum of RGB (Red+Green+Blue) = 186+59+88=333 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.86% from 333); Green value is 59 (23.44% from 255 or 17.72% from 333); Blue value is 88 (34.77% from 255 or 26.43% from 333); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3B58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3B58 is #45C4A7. Grayscale: #646464. Windows color (decimal): -4572328 or 5782458. OLE color: 5782458.

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

Color convert

RGB 186 59 88 -
CMYK 0 0.68 0.53 0.27
HSL 346.3º 0.52% 0.48% -
HSV(B) 346.3º 0.68% 0.73% -
XYZ 23.58 14.27 10.74 -
YUV 100.28 121.08 189.14 -
System Red Green Blue C M Y K H S L
Decimal 186 59 88 0 0.68 0.53 0.27 346.3 0.52 0.48
Hex BA 3B 58 0 44 35 1B 15A 34 30
Octal 272 73 130 0 104 65 33 532 64 60
Binary 10111010 111011 1011000 0 1000100 110101 11011 101011010 110100 110000

Color Harmonies of #BA3B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3B58

Black with #BA3B58

Text Example


Text Example

White with #BA3B58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3B58; }

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

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

background-color css

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

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

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

border-color css

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

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

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