Html Css Color HEX #BA354C Old Rose

📋 copy color: '#BA354C'

red 186 ◦ green 53 ◦ blue 76

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

Shades of Old Rose #BA354C

Tints of Old Rose #BA354C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 24.13%

R = 59.05%
G = 16.83%
B = 24.13%

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

#BA354C (or 0xBA354C) is known color: Old Rose. HEX triplet: BA, 35 and 4C. RGB value is (186,53,76). Sum of RGB (Red+Green+Blue) = 186+53+76=315 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.05% from 315); Green value is 53 (21.09% from 255 or 16.83% from 315); Blue value is 76 (30.08% from 255 or 24.13% from 315); Max value from RGB is 186 - color contains mainly: red. Hex color #BA354C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA354C is #45CAB3. Grayscale: #5F5F5F. Windows color (decimal): -4573876 or 4994490. OLE color: 4994490.

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

Color convert

RGB 186 53 76 -
CMYK 0 0.72 0.59 0.27
HSL 349.62º 0.56% 0.47% -
HSV(B) 349.62º 0.72% 0.73% -
XYZ 22.83 13.51 8.24 -
YUV 95.39 117.06 192.63 -
System Red Green Blue C M Y K H S L
Decimal 186 53 76 0 0.72 0.59 0.27 349.62 0.56 0.47
Hex BA 35 4C 0 48 3B 1B 15E 38 2F
Octal 272 65 114 0 110 73 33 536 70 57
Binary 10111010 110101 1001100 0 1001000 111011 11011 101011110 111000 101111

Color Harmonies of #BA354C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA354C

Black with #BA354C

Text Example


Text Example

White with #BA354C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA354C; }

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

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

background-color css

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

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

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

border-color css

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

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

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