Html Css Color HEX #BA3554 Old Rose

📋 copy color: '#BA3554'

red 186 ◦ green 53 ◦ blue 84

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

Shades of Old Rose #BA3554

Tints of Old Rose #BA3554

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 26.01%

R = 57.59%
G = 16.41%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BA3554 (or 0xBA3554) is known color: Old Rose. HEX triplet: BA, 35 and 54. RGB value is (186,53,84). Sum of RGB (Red+Green+Blue) = 186+53+84=323 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.59% from 323); Green value is 53 (21.09% from 255 or 16.41% from 323); Blue value is 84 (33.20% from 255 or 26.01% from 323); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3554 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3554 is #45CAAB. Grayscale: #606060. Windows color (decimal): -4573868 or 5518778. OLE color: 5518778.

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

Color convert

RGB 186 53 84 -
CMYK 0 0.72 0.55 0.27
HSL 346.02º 0.56% 0.47% -
HSV(B) 346.02º 0.72% 0.73% -
XYZ 23.12 13.63 9.8 -
YUV 96.3 121.06 191.98 -
System Red Green Blue C M Y K H S L
Decimal 186 53 84 0 0.72 0.55 0.27 346.02 0.56 0.47
Hex BA 35 54 0 48 37 1B 15A 38 2F
Octal 272 65 124 0 110 67 33 532 70 57
Binary 10111010 110101 1010100 0 1001000 110111 11011 101011010 111000 101111

Color Harmonies of #BA3554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3554

Black with #BA3554

Text Example


Text Example

White with #BA3554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3554; }

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

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

background-color css

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

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

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

border-color css

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

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

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