Html Css Color HEX #BA354D Old Rose

📋 copy color: '#BA354D'

red 186 ◦ green 53 ◦ blue 77

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

Shades of Old Rose #BA354D

Tints of Old Rose #BA354D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 24.37%

R = 58.86%
G = 16.77%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BA354D (or 0xBA354D) is known color: Old Rose. HEX triplet: BA, 35 and 4D. RGB value is (186,53,77). Sum of RGB (Red+Green+Blue) = 186+53+77=316 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.86% from 316); Green value is 53 (21.09% from 255 or 16.77% from 316); Blue value is 77 (30.47% from 255 or 24.37% from 316); Max value from RGB is 186 - color contains mainly: red. Hex color #BA354D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA354D is #45CAB2. Grayscale: #5F5F5F. Windows color (decimal): -4573875 or 5060026. OLE color: 5060026.

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

Color convert

RGB 186 53 77 -
CMYK 0 0.72 0.59 0.27
HSL 349.17º 0.56% 0.47% -
HSV(B) 349.17º 0.72% 0.73% -
XYZ 22.86 13.52 8.43 -
YUV 95.5 117.56 192.55 -
System Red Green Blue C M Y K H S L
Decimal 186 53 77 0 0.72 0.59 0.27 349.17 0.56 0.47
Hex BA 35 4D 0 48 3B 1B 15D 38 2F
Octal 272 65 115 0 110 73 33 535 70 57
Binary 10111010 110101 1001101 0 1001000 111011 11011 101011101 111000 101111

Color Harmonies of #BA354D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA354D

Black with #BA354D

Text Example


Text Example

White with #BA354D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA354D; }

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

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

background-color css

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

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

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

border-color css

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

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

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