Html Css Color HEX #BA3C4D Old Rose

📋 copy color: '#BA3C4D'

red 186 ◦ green 60 ◦ blue 77

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

Shades of Old Rose #BA3C4D

Tints of Old Rose #BA3C4D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.58%

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

R = 57.59%
G = 18.58%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BA3C4D (or 0xBA3C4D) is known color: Old Rose. HEX triplet: BA, 3C and 4D. RGB value is (186,60,77). Sum of RGB (Red+Green+Blue) = 186+60+77=323 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.59% from 323); Green value is 60 (23.83% from 255 or 18.58% from 323); Blue value is 77 (30.47% from 255 or 23.84% from 323); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3C4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3C4D is #45C3B2. Grayscale: #636363. Windows color (decimal): -4572083 or 5061818. OLE color: 5061818.

HSL color Cylindrical-coordinate representation of color #BA3C4D: hue angle of 351.9º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA3C4D is Cyan = 0, Magento = 0.68, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 60 77 -
CMYK 0 0.68 0.59 0.27
HSL 351.9º 0.51% 0.48% -
HSV(B) 351.9º 0.68% 0.73% -
XYZ 23.21 14.21 8.54 -
YUV 99.61 115.24 189.62 -
System Red Green Blue C M Y K H S L
Decimal 186 60 77 0 0.68 0.59 0.27 351.9 0.51 0.48
Hex BA 3C 4D 0 44 3B 1B 160 33 30
Octal 272 74 115 0 104 73 33 540 63 60
Binary 10111010 111100 1001101 0 1000100 111011 11011 101100000 110011 110000

Color Harmonies of #BA3C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3C4D

Black with #BA3C4D

Text Example


Text Example

White with #BA3C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3C4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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