Html Css Color HEX #BA3558 Old Rose

📋 copy color: '#BA3558'

red 186 ◦ green 53 ◦ blue 88

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

Shades of Old Rose #BA3558

Tints of Old Rose #BA3558

RGB

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

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

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

R = 56.88%
G = 16.21%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BA3558 (or 0xBA3558) is known color: Old Rose. HEX triplet: BA, 35 and 58. RGB value is (186,53,88). Sum of RGB (Red+Green+Blue) = 186+53+88=327 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.88% from 327); Green value is 53 (21.09% from 255 or 16.21% from 327); Blue value is 88 (34.77% from 255 or 26.91% from 327); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3558 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3558 is #45CAA7. Grayscale: #606060. Windows color (decimal): -4573864 or 5780922. OLE color: 5780922.

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

Color convert

RGB 186 53 88 -
CMYK 0 0.72 0.53 0.27
HSL 344.21º 0.56% 0.47% -
HSV(B) 344.21º 0.72% 0.73% -
XYZ 23.28 13.69 10.65 -
YUV 96.76 123.06 191.65 -
System Red Green Blue C M Y K H S L
Decimal 186 53 88 0 0.72 0.53 0.27 344.21 0.56 0.47
Hex BA 35 58 0 48 35 1B 158 38 2F
Octal 272 65 130 0 110 65 33 530 70 57
Binary 10111010 110101 1011000 0 1001000 110101 11011 101011000 111000 101111

Color Harmonies of #BA3558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3558

Black with #BA3558

Text Example


Text Example

White with #BA3558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3558; }

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

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

background-color css

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

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

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

border-color css

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

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

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