Html Css Color HEX #BA3E50 Old Rose

📋 copy color: '#BA3E50'

red 186 ◦ green 62 ◦ blue 80

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

Shades of Old Rose #BA3E50

Tints of Old Rose #BA3E50

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.9%

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

R = 56.71%
G = 18.9%
B = 24.39%

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

#BA3E50 (or 0xBA3E50) is known color: Old Rose. HEX triplet: BA, 3E and 50. RGB value is (186,62,80). Sum of RGB (Red+Green+Blue) = 186+62+80=328 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.71% from 328); Green value is 62 (24.61% from 255 or 18.90% from 328); Blue value is 80 (31.64% from 255 or 24.39% from 328); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3E50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3E50 is #45C1AF. Grayscale: #656565. Windows color (decimal): -4571568 or 5258938. OLE color: 5258938.

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

Color convert

RGB 186 62 80 -
CMYK 0 0.67 0.57 0.27
HSL 351.29º 0.5% 0.49% -
HSV(B) 351.29º 0.67% 0.73% -
XYZ 23.42 14.46 9.15 -
YUV 101.13 116.08 188.54 -
System Red Green Blue C M Y K H S L
Decimal 186 62 80 0 0.67 0.57 0.27 351.29 0.5 0.49
Hex BA 3E 50 0 43 39 1B 15F 32 31
Octal 272 76 120 0 103 71 33 537 62 61
Binary 10111010 111110 1010000 0 1000011 111001 11011 101011111 110010 110001

Color Harmonies of #BA3E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3E50

Black with #BA3E50

Text Example


Text Example

White with #BA3E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3E50; }

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

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

background-color css

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

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

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

border-color css

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

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

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