Html Css Color HEX #BA354F Old Rose

📋 copy color: '#BA354F'

red 186 ◦ green 53 ◦ blue 79

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

Shades of Old Rose #BA354F

Tints of Old Rose #BA354F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 24.84%

R = 58.49%
G = 16.67%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BA354F (or 0xBA354F) is known color: Old Rose. HEX triplet: BA, 35 and 4F. RGB value is (186,53,79). Sum of RGB (Red+Green+Blue) = 186+53+79=318 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.49% from 318); Green value is 53 (21.09% from 255 or 16.67% from 318); Blue value is 79 (31.25% from 255 or 24.84% from 318); Max value from RGB is 186 - color contains mainly: red. Hex color #BA354F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA354F is #45CAB0. Grayscale: #5F5F5F. Windows color (decimal): -4573873 or 5191098. OLE color: 5191098.

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

Color convert

RGB 186 53 79 -
CMYK 0 0.72 0.58 0.27
HSL 348.27º 0.56% 0.47% -
HSV(B) 348.27º 0.72% 0.73% -
XYZ 22.93 13.55 8.8 -
YUV 95.73 118.56 192.39 -
System Red Green Blue C M Y K H S L
Decimal 186 53 79 0 0.72 0.58 0.27 348.27 0.56 0.47
Hex BA 35 4F 0 48 3A 1B 15C 38 2F
Octal 272 65 117 0 110 72 33 534 70 57
Binary 10111010 110101 1001111 0 1001000 111010 11011 101011100 111000 101111

Color Harmonies of #BA354F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA354F

Black with #BA354F

Text Example


Text Example

White with #BA354F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA354F; }

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

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

background-color css

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

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

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

border-color css

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

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

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