Html Css Color HEX #BA3D50 Old Rose

📋 copy color: '#BA3D50'

red 186 ◦ green 61 ◦ blue 80

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

Shades of Old Rose #BA3D50

Tints of Old Rose #BA3D50

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.65%

 BLUE value IS 80 (31.64% from 255) = 24.46%

R = 56.88%
G = 18.65%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BA3D50 (or 0xBA3D50) is known color: Old Rose. HEX triplet: BA, 3D and 50. RGB value is (186,61,80). Sum of RGB (Red+Green+Blue) = 186+61+80=327 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.88% from 327); Green value is 61 (24.22% from 255 or 18.65% from 327); Blue value is 80 (31.64% from 255 or 24.46% from 327); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3D50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3D50 is #45C2AF. Grayscale: #646464. Windows color (decimal): -4571824 or 5258682. OLE color: 5258682.

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

Color convert

RGB 186 61 80 -
CMYK 0 0.67 0.57 0.27
HSL 350.88º 0.51% 0.48% -
HSV(B) 350.88º 0.67% 0.73% -
XYZ 23.37 14.36 9.13 -
YUV 100.54 116.41 188.96 -
System Red Green Blue C M Y K H S L
Decimal 186 61 80 0 0.67 0.57 0.27 350.88 0.51 0.48
Hex BA 3D 50 0 43 39 1B 15F 33 30
Octal 272 75 120 0 103 71 33 537 63 60
Binary 10111010 111101 1010000 0 1000011 111001 11011 101011111 110011 110000

Color Harmonies of #BA3D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3D50

Black with #BA3D50

Text Example


Text Example

White with #BA3D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3D50; }

 p { color: rgb(186,61,80); }

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

background-color css

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

 a { background-color: rgb(186,61,80); }

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

border-color css

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

 span { border-color: rgb(186,61,80); }

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